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/2012/01/01/modern-techniques-for-implementing-rest-clients-on-android-4-0-and-below-part-2/ The first part of the tutorial, which uses Loaders instead of a Service, can be found here: http://neilgoodman.net/2011/12/26/modern-techniques-for-implementing-rest-clients-on-android-4-0-and-below-part-1/
derekshi/rest_service_tutorial
A demo app that implements a REST client using Android Services.
JavaMIT