yigit / android-priority-jobqueue

A Job Queue specifically written for Android to easily schedule jobs (tasks) that run in the background, improving UX and application stability.
3.4k stars 395 forks source link

Does Workmanager is better alternative for android-priority-jobqueue ? #458

Closed shakil807g closed 5 years ago

biliboss commented 5 years ago

@shakil807g yeas. But the last time that i check, Workmanager was in Alpha and wasn't production ready yet.

Priority Jobqueue appears "abandoned" by @yigit - i don't know if have a new good fork.

JimVanG commented 5 years ago

Yigit is focusing all his time on Google and their improvements, he’s an amazing programmer.

@shakil807g, I’d honestly go with what Android is doing. Which is basically this but native and well supported and I can tell you now, will be the future.

yigit commented 5 years ago

@biliboss sorry to disappoint you. I could've been more responsive here thought the work is quite overwhelming that i've been neglecting the project. Also, WorkManager is designed to replace android priority jobqueue. They don't do the same work but i do think JobManager does more than it sohuld in today's world (it was a very different environment when we created this library 7 years ago).

I've already updated the readme to deprecate. Happy to fix any important issue here so people who are using the library can continue but other than that, i don't plan to do any improvements here.

biliboss commented 5 years ago

You don't need to apologize @yigit. I'm very grateful for your work, you're awesome.

kalpeshp0310 commented 5 years ago

@yigit Could you please review #417, and comment/close if you think this is not a bug or not something which you can merge.