Android Open Source - Development tutorial RetrofitExample






Project Summary

Example for one of my tutorials at http://blog.robinchutaux.com/blog/a-smart-way-to-use-retrofit/.

Web Site / Source Repository

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.

Project Detail

The following table is the detailed list of RetrofitExample.

ItemValue
Java File Count12
Activity Count1
Required Permissionsandroid.permission.INTERNET

Java Source Files

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