RetrofitDemo
Demo project for Get and Post service calling with Retofit
Install / Use
/learn @deepshooter/RetrofitDemoREADME
RetrofitDemo
Demo project for Get and Post service calling with Retofit
1.Add these dependency in gradle:
compile 'com.squareup.retrofit2:retrofit:2.0.2'
compile 'com.squareup.retrofit2:converter-gson:2.0.2'
compile 'com.squareup.okhttp3:logging-interceptor:3.4.1'
2.Add Permission in Manifest:
<uses-permission android:name="android.permission.INTERNET"/>
