Android developer portal with tools, libraries, and apps

Show: All / Free / Paid / Demo

Exponential backoff for Java (Java port of segmentio/backo).

Jul 15, 2015

Extremely light way to execute code in the background on Android. Alternative to AsyncTask.

Feb 26, 2015

Sexy way to execute async/background tasks on Android

Jul 5, 2014

Easy async loading for Android's ListView/GridView

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
Advertisement

This is a small library to help with running long running tasks without blocking the thread they're started on. Callbacks are made on completion. The role it fills is similar to AsyncTask, except more flexible, and nicer to use.

Standard Java concurrency tools like Futures, Executors, Callables, etc are used.

Jul 5, 2014