jaisonfdo / RetrofitExample

Sample application explains about making API calls from Android using Retrofit 2 :

Home Page:http://droidmentor.com/make-api-with-retrofit/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RetrofitExample

Sample application explains about making API calls from Android using Retrofit 2

ScreenShot

For cosuming APIs with Retrofit follow the instruction :

  1. Provide needed permissions (Internet, Access network state).
  2. Add needed dependecies into your build.gradle file
  3. Create model class for response handling.
  4. Create ApiInterface (definition about the requests)
  5. Create ApiClient.
  6. Access the data from the server.

For more information, check out my detailed guide here : http://droidmentor.com/make-api-with-retrofit/

About

Sample application explains about making API calls from Android using Retrofit 2 :

http://droidmentor.com/make-api-with-retrofit/


Languages

Language:Java 100.0%