/rest_loader_tutorial

A simple REST client implemented using Android Loaders.

Primary LanguageJavaMIT LicenseMIT

This project is a part of a tutorial on building REST clients on the Android
platform. All code is released under the MIT License, which is included in
the file LICENSE.txt.

Please refer to the original blog post located here for further documentation:
http://neilgoodman.net/2011/12/26/modern-techniques-for-implementing-rest-clients-on-android-4-0-and-below-part-1/

The second part of the tutorial, which uses a Service instead of a Loader, can be found here:
http://neilgoodman.net/2012/01/01/modern-techniques-for-implementing-rest-clients-on-android-4-0-and-below-part-2