android-priority-jobqueue icon indicating copy to clipboard operation
android-priority-jobqueue copied to clipboard

Is this project dead?

Open Aditya94A opened this issue 7 years ago • 7 comments

Aditya94A avatar Nov 24 '17 11:11 Aditya94A

It feels like it

gotama avatar Nov 24 '17 12:11 gotama

Know any alternative?

Aditya94A avatar Nov 24 '17 14:11 Aditya94A

I'm also interested. This is a great library but I'd like something similar that's more well maintained.

mikeholler avatar Dec 06 '17 03:12 mikeholler

Evernote's seems pretty interesting at first gloss: https://github.com/evernote/android-job

mikeholler avatar Dec 06 '17 03:12 mikeholler

@mikeholler Isn't that a scheduling library? I'm just looking for a generic job queue.

Aditya94A avatar Dec 07 '17 14:12 Aditya94A

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.

kingargyle avatar Dec 08 '17 19:12 kingargyle

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!

3flex avatar May 08 '18 23:05 3flex