[DEV] Make your Android REST Clients easily with Retrofit

sylsau

Active member
Nov 8, 2011
35
0
0
Hello,

I create that thread to present you a tutorial to help you to make REST Clients easily on Android with Retrofit. Tutorial can be found here : Make your REST client easily in Android with Retrofit .

Tutorial will show you how to consume a REST web service exposing data in JSON Format. The, you will learn how to parse automatically data with GSON framework. Result is sample application that consumes 2 web services.

retrofit_sample.png


Don't hesitate to give me your feedbacks.

Sylvain