Example for one of my tutorials at http://blog.robinchutaux.com/blog/a-smart-way-to-use-retrofit/.
RetrofitExample is hosted in the following web site
https://github.com/traex/RetrofitExample
If you think the Android project RetrofitExample listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of RetrofitExample.
Item | Value |
---|---|
Java File Count | 12 |
Activity Count | 1 |
Required Permissions | android.permission.INTERNET |
RetrofitExample has the following Java source files.
com.andexert.retrofitexample.ApplicationTest.java com.andexert.retrofitexample.app.App.java com.andexert.retrofitexample.model.Coord .java com.andexert.retrofitexample.model.MainInfos .java com.andexert.retrofitexample.model.Sys .java com.andexert.retrofitexample.model.Weather .java com.andexert.retrofitexample.model.Wind .java com.andexert.retrofitexample.rest.ItemTypeAdapterFactory.java com.andexert.retrofitexample.rest.RestClient .java com.andexert.retrofitexample.rest.model.ApiResponse .java com.andexert.retrofitexample.rest.service.WeatherService .java com.andexert.retrofitexample.ui.activity.MainActivity.java