Android developer portal with tools, libraries, and apps

Show: All / Free / Paid / Demo

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

Jul 5, 2014

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

May 12, 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

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

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

May 30, 2016

Are you sad to create every time the ThreadPool and MainThread to be exposed with Dagger to the application? If yes, you can use this library to reduce your work.

Mar 9, 2016

A tiny Android library to create async background tasks. Highly inspired by NanoTasks, but with a funnier API.

Feb 27, 2015