KayThread is a Java library that allows you to create and control threads easily.
Esito ambition is to be your return type for suspending functions.
A Kotlin work manager library for Android with progress notifications.
A minimal Android library to handle heavy works in worker threads easily.
Persisted job queue for android.
Manage your jobs flow by working with a queue. You can create as many queues as you need
Light and easy to use.
A collection of tasks to monitor various events including call, lock, headset, charging, dock and foreground app via service on Android 9+ (Gingerbread or above) devices.
A simple Android project using asynchronous programming with Kotlin Coroutines.
This lib implements the most common CoroutineScopes used in Android apps.
A RxJava priority scheduler library for Android and Java applications.
Collection of stock apps and mechanisms from various manufacturers, which might affect background tasks and scheduled alarms with AlarmManager, etc., or apps in background in general. Also focusing on those, which prevent 3rd party apps from auto start after device boot.
ActorLite is a Library that implements Actor Model similar to Akka, but for Android, it is a light weight library that works very fine for single-process applications and with the minimum effort possible, need more advanced Actor Model Library you can check my "AndroidActorModel" library ... you wont need to hold reference to your Objects to be able to call there methods, just send them a message and they will receive it if they like.
Chain of Command with background foreground options. Chains can be pre-constructed, and reused any number of times. Individual commands can be written as lambdas, or as classes.
Promise library for JVM and Android based on the Promises/A+ specification from JavaScript.
Improved AsyncQueryHandler that supports Bulk Insert operation
Simple threading library using annotations for Android. This library makes it very easier to do any task on any thread. You can simply annotate a method to execute on any particular task and you are ready to go.
Transform any object into an async object (can be useful for VIPER).
A small Android library to handle Async Task methods. Use Interface Segregation Principle to divide the actions into individual callbacks.
Immediately executable LooperScheduler. Supports RxJava 2.x and 1.x.
RxTasks is a lightweight wrapper for the GMS Tasks API, more commonly recognized when using asynchronous results from Firebase requests.
Typically the Tasks API would allow you to add listeners that may be scoped to an activity or executor, however this is not needed since scheduling and Disposable's are handled by the user.
Please note that this library uses RxJava2 so calls must respect Completable and Single chains.
A Kotlin library for Android allowing writing asynchronous code in synchronous style using async/await approach.
Utility library of concurrent execution strategies for JVM and Android.
A Job Queue specifically written for Android to easily schedule jobs (tasks) that run in the background, improving UX and application stability.
This library helps with sequential tasks that will be run one after another and only when each task is finished. These tasks can either be UI or background.
A better substitute good of AsyncTask
.
LiteGo is a Java-based asynchronous concurrency library.
The Firebase Android JobDispatcher is a library that provides a high-level wrapper around job scheduling engines on Android, starting with the GCM Network Manager.
The easy asynchronous library for Kotlin. With extensions for Android, RxJava, JavaFX and much more.
This library allows to use better multi-threading approach with observer-pattern.
An easy to use AsyncTask
replacement - life cycle aware and leak preventing.
An Android task queue library. Support priority, timeout, multiple queue and auto-retry.