An app that blurs photos and saves the result to a file, using WorkManager.
- adding WorkManager to a project.
- scheduling a simple task.
- handling input and output parameters.
- chaining work.
- naming unique work.
- tagging work.
- displaying work status in the UI.
- showing final output.
- cancelling work.
- adding constraints.
Based on Background work with WorkManager - Kotlin by Google Codelabs (2022).