Completed
Chaining
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Working with WorkManager - Android Background Task Scheduling
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Overview
- 3 State of the Union
- 4 Chaining
- 5 Signalling async work completion
- 6 Worker is a simple Listenable Worker
- 7 Operations
- 8 When is work stopped?
- 9 How do we stop work?
- 10 Polling for stoppages
- 11 Life of One Time Work
- 12 Life of Periodic Work
- 13 Life of a Chain of Work
- 14 What's wrong with this code?
- 15 Unique work syntax
- 16 Existing WorkPolicy
- 17 WorkManager Configuration
- 18 Setting a custom Configuration
- 19 Advice for library developers
- 20 Get WorkManager
- 21 Helpful links