android-priority-jobqueue
android-priority-jobqueue copied to clipboard
Is this project dead?
It feels like it
Know any alternative?
I'm also interested. This is a great library but I'd like something similar that's more well maintained.
Evernote's seems pretty interesting at first gloss: https://github.com/evernote/android-job
@mikeholler Isn't that a scheduling library? I'm just looking for a generic job queue.
Hey it's open source, you have the code, fork it and make changes. As far as I know @yigit does this in his spare time.
Have a look at WorkManager, just announced at Google I/O 2018. I haven't looked closely at what it offers compared to this library, but at first glance it looks like it should be possible to use it for most common use cases.
https://developer.android.com/topic/libraries/architecture/workmanager
EDIT: Also to add, Yigit leads Architecture Components for Android. WorkManager is one of those components. @yigit I realise you're very busy this week, but would be good to get your thoughts!