Demo using Retrofit to fetch prayer times from an API.
Android5RetrofitDemo is hosted in the following web site
https://github.com/MohamadAtieh/Android5RetrofitDemo
If you think the Android project Android5RetrofitDemo 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 Android5RetrofitDemo.
Item | Value |
---|---|
Java File Count | 6 |
Activity Count | 1 |
Required Permissions | android.permission.INTERNET |
Android5RetrofitDemo has the following Java source files.
com.example.matie.myapplication.ApplicationTest.java com.example.matie.myapplication.MainActivity.java com.example.matie.myapplication.adapters.MyAdapter.java com.example.matie.myapplication.pojo.Item.java com.example.matie.myapplication.pojo.MyApiContent.java com.example.matie.myapplication.pojo.TodayWeather.java