Android developer portal with tools, libraries, and apps

Show: All / Free / Paid / Demo

You may also be interested in...

We could not find any project with the given search parameters, but maybe the following projects can be interesting for you.

Shillelagh is an sqlite library. It was built to make life easier. The entire library was built around simplicity when using sqlite in Android.

Oct 5, 2014

Library for working with real-world HTML. It provides a very convenient API for extracting and manipulating data, using the best of DOM, CSS, and jquery-like methods.

Jul 5, 2014
Advertisement

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