android-priority-jobqueue
Job manager
A framework to schedule and manage background tasks in Android applications
A Job Queue specifically written for Android to easily schedule jobs (tasks) that run in the background, improving UX and application stability.
2k stars
169 watching
378 forks
Language: Java
last commit: almost 3 years ago
Linked from 3 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
yigit/android-priority-jobqueue | A Job Queue implementation specifically designed for Android to schedule tasks that run in the background. | 3,396 |
jobrunr/jobrunr | A Java library for running background tasks in an easy and reliable way | 2,418 |
bee-queue/bee-queue | A simple job/task queue for Node.js using Redis | 3,855 |
collectiveidea/delayed_job | Asynchronously executes long-running tasks in the background. | 4,815 |
lucas34/swiftqueue | A job scheduler library for iOS and other Apple platforms that allows developers to run tasks with constraints such as delay, retry, and persistence. | 412 |
shopify/job-iteration | Makes jobs interruptible and resumable by design. | 1,159 |
dlew/joda-time-android | A modified version of Joda-Time tailored for Android to address timezone data issues and optimize memory usage. | 2,625 |
resque/resque | A Redis-backed Ruby library for managing background tasks and jobs. | 9,443 |
kmalakoff/background | Library providing a job queue and list with array iteration utilities for background tasks in JavaScript applications. | 69 |
hibiken/asynq | A distributed task queue that supports asynchronous processing and high availability | 10,212 |
agenda/agenda | A lightweight job scheduling solution with MongoDB support and TypeScript implementation. | 9,419 |
wakatime/wakaq | A background task queue for Python applications backed by Redis and Celery. | 575 |
code-troopers/android-betterpickers | An Android library for building custom date and time picker dialogs with improved UX | 2,669 |
vikeri/react-native-background-job | Allows scheduling of JavaScript jobs to run in the background or foreground of a React Native app. | 747 |
greenrobot/eventbus | A publish/subscribe event bus for Android and Java that simplifies communication between components | 24,701 |