Home

Awesome

RESTDroid : REST client library for Android

Alpha release 0.8.2 : Testers and contributors are welcome :)

RESTDroid provides a way to handle REST call to REST web-service. RESTDroid only packed fundamental logic to handle request but comes with additionnal logic such as automatic data persistency with remote server. Using or extending this logic is the role of Module. Here you can found severals Module such as an ORMlite-Jackon module to handle data persistence and mapping/parsing.

RESTDroid in a nutshell :

Futures features for v1

#ROADMAP

Migration guide

To migrate on version 0.8.x just refactor any calls to setResourceRepresentation or getResourceRepresentation to only setResource / getResource. Some methods signature will change in that way too but Eclipse should warn you.

User guide

You can find the whole guide on my website : RESTDroid guide And the Doc : RESTDroid Documentation