Sunday, January 20, 2019

Scheduling Work With WorkManager In Android

WorkManager is a part of architecture components in Jetpack. This allows us to schedule a task asynchronously and specify the conditions in which they should run. We can create tasks and hand it off to WorkManager to run immediately or periodically.

source https://www.c-sharpcorner.com/article/scheduling-work-with-workmanager-in-android/

No comments:

Post a Comment