WorkManager 是一个 API,可供您轻松调度那些即使在退出应用或重启设备后仍应运行的可靠异步任务。WorkManager API 是一个适合用来替换所有先前的 Android 后台调度 API
关键词汇
PagingSource :定义了如何围绕现有数据定义的现有边界获取和刷新数据。
文章
视频
Introduction to WorkManager - MAD Skills 7个视频
WorkManager codelab
WorkManager codelab 进阶知识
WorkManager -官方文档
Android stuido 新版对WorkManager的支持
The new Background Task Inspector helps you visualize, monitor, and debug your app's background workers when using WorkManager library 2.5.0 or higher.
To view the Background Task Inspector, select View > Tool Windows > App Inspection from the menu bar. When you deploy an app using WorkManager 2.5.0 or higher on a device running API level 26 and higher, you should see active workers in the Background Task Inspector tab.
image.png
网友评论