A simple application that uses GSON and HTTPGET to fetch data remotely. Gets data from Yr.no service..
RemoteData is hosted in the following web site
https://github.com/ScratchMyTail/RemoteData
If you think the Android project RemoteData 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 RemoteData.
Item | Value |
---|---|
Java File Count | 5 |
Minimum SDK Version | 14 |
Activity Count | 1 |
jar files used | gson-2.2.4.jar |
Required Permissions | android.permission.INTERNET |
RemoteData has the following Java source files.
com.example.RemoteData.GetWeatherDataRest.java com.example.RemoteData.MyActivity.java model.Weather.java model.WindDirection.java model.WindSpeed.java