Reputation:
Last year I started to develop an Android application that uses JSON objects that are retrieved from a RESTful web service interface. In those days, I couldn't find a library or framework that could be used to parse JSON objects.
Are there any improvements over the last year? And is there a best practice how to handle JSON in combination with RESTful interfaces in an Android application?
Upvotes: 2
Views: 3471
Reputation: 4784
I know this is a very old question but I have developed an open-source eclipse plugin for Android called Mechanoid that can generate REST clients using an easy to learn DSL.
It's still alpha but useful already and could turn out to be great if more folks took interest!
http://robotoworks.com/mechanoid-plugin/service-client-dsl/
Upvotes: 1