
Unit 6: WorkManager
Use Android Jetpack’s WorkManager API to schedule necessary background work, like backing up data or downloading fresh content, that keeps running even if the app exits or the device restarts.
Pathway 1
Schedule tasks with WorkManager
October 2021
Learn when and how to use WorkManager, an API that handles background work that needs to run regardless of whether the application process is still running.