Skip to content

Latest commit

 

History

History

11-blur-o-matic

Blur-O-Matic

An app that blurs photos and saves the result to a file, using WorkManager.

Features

  • 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).