Android developer portal with tools, libraries, and apps

Show: All / Free / Paid / Demo

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

Jul 5, 2014

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

Jul 5, 2014

Easy async loading for Android's ListView/GridView

Jul 5, 2014

Sexy way to execute async/background tasks on Android

Jul 5, 2014

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

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