android-priority-jobqueue
android-priority-jobqueue copied to clipboard
A Job Queue specifically written for Android to easily schedule jobs (tasks) that run in the background, improving UX and application stability.
I have two different API requests with same group id because I need to make them sequentially. While making those two API requests in offline, the onAdded method is called...
APJ is support Room database and Live Data
I'm curious, can't find it asked on stackoverflow either.
I have the latest version of jobqueue and I received many crashes "CursorWindowAllocationException" ''' Fatal Exception: android.database.CursorWindowAllocationException: Cursor window allocation of 2048 kb failed. at android.database.CursorWindow.(CursorWindow.java:108) at android.database.AbstractWindowedCursor.clearOrCreateWindow(AbstractWindowedCursor.java:198) at android.database.sqlite.SQLiteCursor.fillWindow(SQLiteCursor.java:138)...
Firstly, thank you @yigit for this useful and easy-to-use library. I recently received an exception in my Crashlytics console. Here is the stacktrace: ``` Fatal Exception: android.database.sqlite.SQLiteFullException: database or disk...
Can I use **"android-priority-jobqueue"** inside my **"InstantApp"** feature module?
I have a number of jobs with the last one depending on the execution of the rest. I assumed that i could solve this by giving them all the same...
I keep getting error when I am posting hundreds of jobs at a time. I have posted other errors on a different issue message. This time the error is ......
Allows Jar artifact to be published to maven central using commandline : ```bash ./gradlew clean uploadArchives ```
How can i use android-priority-jobqueue with google-guice ? I want to use DI to inject a singleton instance of the job manager to activities and services.