Android Open Source - Example sample RetrofitSample






Project Summary

This is a sample usage of Retrofit used with OkHttp and GSON..

Web Site / Source Repository

RetrofitSample is hosted in the following web site
https://github.com/Gorcyn/RetrofitSample

If you think the Android project RetrofitSample 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 RetrofitSample.

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




License

The license information of RetrofitSample is as follows:

Apache License

Java Source Files

com.gorcyn.sample.retrofit.ApplicationTest.java
com.gorcyn.sample.retrofit.model.Repos.java
com.gorcyn.sample.retrofit.model.User.java
com.gorcyn.sample.retrofit.service.GithubServiceProvider.java
com.gorcyn.sample.retrofit.service.GithubService.java
com.gorcyn.sample.retrofit.ui.MainActivity.java