android-priority-jobqueue
android-priority-jobqueue copied to clipboard
Periodic tasks
Can 'android-priority-jobqueue' be used for periodic tasks ?
I'm using Firebase Job Dispatcher for periodic tasks.
For Periodic task the best option is WorkManager. It's still in Alpha and you can expect some API changes, but the library is already well tested.