Completed
Foundational APIs
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
WorkManager: Back to the Foreground - Persistent Background Tasks in Android
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Foundational APIs
- 3 A library for managing deferrable background work.
- 4 When to use WorkManager
- 5 The recommended solution for persistent work
- 6 Support for Cancellation
- 7 Foreground Service Restrictions
- 8 Multi process support
- 9 Running work in a different process
- 10 WorkManager & Android Studio