MAD skill-筆記03-Introduction to WorkManager - MAD Skills 關鍵詞彙 文章 視頻 Android stuido 新版對WorkManager的支持

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.

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章