Best REST Client Framework/Utility on Android [closed] Best REST Client Framework/Utility on Android [closed] android android

Best REST Client Framework/Utility on Android [closed]


Restlet is an excellent REST framework and has an Android edition.


Any HTTP Client library should be perfectly adequate to interact RESTfully with a web API. E.g. http://developer.android.com/reference/org/apache/http/client/HttpClient.html


try out Spring Android - is has very handy class RestTemplate.