apps-android-wikipedia icon indicating copy to clipboard operation
apps-android-wikipedia copied to clipboard

Implement recurring tasks using AndroidX Work

Open Isira-Seneviratne opened this issue 1 year ago • 0 comments

Refactor the recurring tasks to use the Work library instead. This allows for constraints (e.g. network connectivity, device idleness) to be taken into consideration, and the library handles running the work periodically, in addition to other benefits.

Isira-Seneviratne avatar Aug 20 '24 01:08 Isira-Seneviratne