Thanks to visit codestin.com
Credit goes to github.com

Skip to content

jaisonfdo/RetrofitExample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 :

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages