單元 6:WorkManager
Android Jetpack 的 WorkManager API 可用來安排必要背景工作的執行時間,例如備份資料或下載新內容。即使應用程式結束或裝置重新啟動,這類背景工作仍會保持運作。
2021 年 10 月
瞭解 WorkManager 的使用時機和使用方式。這個 API 可用來處理必要的背景工作。無論應用程式程序是否仍在執行,這類背景工作都會保持運作。
[{
"type": "thumb-down",
"id": "missingTheInformationINeed",
"label":"缺少我需要的資訊"
},{
"type": "thumb-down",
"id": "tooComplicatedTooManySteps",
"label":"過於複雜/步驟過多"
},{
"type": "thumb-down",
"id": "outOfDate",
"label":"過時"
},{
"type": "thumb-down",
"id": "translationIssue",
"label":"翻譯問題"
},{
"type": "thumb-down",
"id": "samplesCodeIssue",
"label":"示例/程式碼問題"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"其他"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"容易理解"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"確實解決了我的問題"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"其他"
}]