You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The WorkManager API makes it easy to specify deferrable, asynchronous tasks and when they should run. These APIs let you create a task and hand it off to WorkManager to run immediately or at an appropriate time.
WorkManager chooses the appropriate way to run your task based on such factors as the device API level and the app state. If WorkManager executes one of your tasks while the app is running, WorkManager can run your task in a new thread in your app's process. If your app is not running, WorkManager chooses an appropriate way to schedule a background task…
Currently we use android-job from Evernote and they suggest to switch over.
The text was updated successfully, but these errors were encountered:
https://developer.android.com/topic/libraries/architecture/workmanager
Currently we use android-job from Evernote and they suggest to switch over.
The text was updated successfully, but these errors were encountered: