apps-android-wikipedia
apps-android-wikipedia copied to clipboard
Implement recurring tasks using AndroidX Work
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.