This codelab teaches advanced WorkManager concepts. It builds on the basic material covered in the Background Work with WorkManager codelab.
Other resources available to get familiar with WorkManager are:
- WorkManager Guide
- Blog series: Introducing WorkManager
- ADS 2019 WorkManager talk: WorkManager: Beyond the Basics
Congratulations! You've finished the Blur-O-Matic app, and in the process you learned how to:
- Create a custom configuration
- Publish progress from your Worker
- Display work progress in the UI
- Write tests for your Workers