Android developer portal with tools, libraries, and apps

Show: All / Free / Paid / Demo

KayThread is a Java library that allows you to create and control threads easily.

Jan 30, 2024

Esito ambition is to be your return type for suspending functions.

Jan 2, 2022
Advertisement

A Kotlin work manager library for Android with progress notifications.

Jan 20, 2021

A minimal Android library to handle heavy works in worker threads easily.

May 6, 2019

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.

Jan 29, 2019

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.

Jan 22, 2019

A simple Android project using asynchronous programming with Kotlin Coroutines.

Jan 8, 2019

This lib implements the most common CoroutineScopes used in Android apps.

Sep 16, 2018

A RxJava priority scheduler library for Android and Java applications.

Jul 21, 2018

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.

Feb 18, 2018

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.

Jan 6, 2018

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.

Sep 10, 2017

Promise library for JVM and Android based on the Promises/A+ specification from JavaScript.

Aug 28, 2017

Improved AsyncQueryHandler that supports Bulk Insert operation

Jun 16, 2017

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.

May 25, 2017

Transform any object into an async object (can be useful for VIPER).

May 2, 2017

A small Android library to handle Async Task methods. Use Interface Segregation Principle to divide the actions into individual callbacks.

Mar 27, 2017

Immediately executable LooperScheduler. Supports RxJava 2.x and 1.x.

Feb 10, 2017

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.

Jan 21, 2017

A Kotlin library for Android allowing writing asynchronous code in synchronous style using async/await approach.

Nov 27, 2016

Utility library of concurrent execution strategies for JVM and Android.

  • Inspired by async for JavaScript and Node.js.
  • Execute collection iterators and control flow strategies concurrently in the background.
  • Callbacks are notified when strategies are complete, cancelled, or error out.
  • Android extensions execute final callbacks on the UI thread.
Aug 25, 2016

A Job Queue specifically written for Android to easily schedule jobs (tasks) that run in the background, improving UX and application stability.

Aug 23, 2016

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.

Aug 19, 2016

A better substitute good of AsyncTask.

Aug 4, 2016

LiteGo is a Java-based asynchronous concurrency library.

Jul 12, 2016

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.

Jun 9, 2016

The easy asynchronous library for Kotlin. With extensions for Android, RxJava, JavaFX and much more.

Jun 1, 2016

This library allows to use better multi-threading approach with observer-pattern.

May 31, 2016
Advertisement

An easy to use AsyncTask replacement - life cycle aware and leak preventing.

May 30, 2016

An Android task queue library. Support priority, timeout, multiple queue and auto-retry.

May 12, 2016