Testing some java libraries
I found retrofit useful to work with rest api that respond with json, xml, protobuf etc. https://github.com/square/retrofit http://square.github.io/retrofit/
- retrofitgithub: is a project using the retrofit java library - basic usage - sync and async call
- githubretrofitv2: is a project using the retrofit java library but with a few enhancements over the retrofitgithub