Android developer portal with tools, libraries, and apps

Show: All / Free / Paid / Demo

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 lightning fast, transactional, file-based FIFO for Android and Java.

Jul 5, 2014

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

Jan 30, 2024

A RxJava priority scheduler library for Android and Java applications.

Jul 21, 2018

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

An utility library for Android to run jobs delayed in the background. Depending on the Android version either the JobScheduler, GcmNetworkManager or AlarmManager is getting used.

Oct 26, 2015

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

Jul 5, 2014

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

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

Jan 2, 2022

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

Aug 28, 2017

A Kotlin work manager library for Android with progress notifications.

Jan 20, 2021

JDeferred is a Java Deferred/Promise library similar to JQuery's Deferred Object.

Jan 21, 2015

This library extends AsyncTask api.

Features:

  • You can handle task's priority in task queue (from fifo queue to priority queue).
  • You can handle running thread's priority for task.
  • You can set a timer for task.
Sep 17, 2015

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

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

Sep 16, 2018

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

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

May 30, 2016

Asynchronous operations in Android are very hard to get right due to the Activity lifecycle. AsyncTasks don't handle any of it making them difficult to use. Loaders handle many things for you, but have a clunky api and fall down anytime you want to do anything more complex than loading data immediately when the Activity or Fragment is shown.

This library builds upon rxjava to handle all these things for you with an easy-to-use api.

Aug 26, 2014

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

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

May 6, 2019

A better substitute good of AsyncTask.

Aug 4, 2016

Bolts is a collection of low-level libraries designed to make developing mobile apps easier.

Jul 5, 2014

Android-Retainable-Tasks is an easy to use mini-library for easy asynchronous background tasking with callback support to the UI. This library is based on the Android AsyncTask implementation but with support for retaining tasks and therefore surviving configuration changes (orientation).

Mar 3, 2016

Caesar is a tiny Java library that allows to create an asynchronous proxy-version of some synchronous bean. It means that you can still think in terms of your service/bean/object and use its methods instead of writing concurrency code.

Jun 9, 2015

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

Goro performs asynchronous operations in a queue. You may ask Goro to perform some task with schedule method invocation.

Jul 16, 2015

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

Nov 27, 2016

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

May 2, 2017

An utility library for Android to run actions in background. It handles orientation changes and delegates results to the visible Activity.

May 26, 2015

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

Jun 1, 2016