I\'m new to Android development and wondering if there\'s a de-facto solution for REST/JSON client implementation. It looks like most of Android developers write their own imple
After 4 hours of looking for the answers, I decided to use CRest - http://crest.codegist.org/index.html. Seems to be what I was looking for.
Update
After 1.5 years, I still think it's really good solution.