Android developer portal with tools, libraries, and apps

Show: All / Free / Paid / Demo

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.

Aug 23, 2016

A lightning fast, transactional, file-based FIFO for Android and Java.

Jul 5, 2014

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 Job Queue specifically written for Android to easily schedule jobs (tasks) that run in the background, improving UX and application stability.

Jul 5, 2014

What is Android Promise

A library for modular asynchronous calls.

Dec 27, 2014

android-multithread allows to add a listener to the AsyncTask. http://snowdream.github.io/android-multithread

Jul 20, 2014

Sexy way to execute async/background tasks on Android

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

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

Jan 21, 2015

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

Jul 5, 2014

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

Aug 28, 2017

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 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

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

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

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

May 30, 2016

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

May 6, 2019
Advertisement

A better substitute good of AsyncTask.

Aug 4, 2016

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

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

Nov 27, 2016

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

Jul 16, 2015

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

May 26, 2015

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

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

Reactive Bolts-Android(powered by parse and facebook) allows to convert Task<T> to Observable<T>.

Oct 17, 2015

Annotation-triggered method call by specified thread.

  • Eliminate runOnUiThread calls by using @OnUi on method.
  • Make background logic more clear by using @OnBackground on method.
Jan 9, 2016

Improved AsyncQueryHandler that supports Bulk Insert operation

Jun 16, 2017