android app to demonstrate use of 3rd party libraries serving up weather data.
OpenWeatherApp is hosted in the following web site
https://github.com/koalahamlet/OpenWeatherApp
If you think the Android project OpenWeatherApp 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 OpenWeatherApp.
Item | Value |
---|---|
Java File Count | 9 |
Activity Count | 1 |
Fragment Count | 2 |
Required Permissions | android.permission.ACCESS_NETWORK_STATE android.permission.INTERNET |
OpenWeatherApp has the following Java source files.
venmo.michaelhuff.sf5dayforecast.ApiClient.java venmo.michaelhuff.sf5dayforecast.ApiService.java venmo.michaelhuff.sf5dayforecast.ApplicationTest.java venmo.michaelhuff.sf5dayforecast.BlankFragment.java venmo.michaelhuff.sf5dayforecast.ForcastResponseObject.java venmo.michaelhuff.sf5dayforecast.MainActivity.java venmo.michaelhuff.sf5dayforecast.Temprature.java venmo.michaelhuff.sf5dayforecast.WeatherConditions.java venmo.michaelhuff.sf5dayforecast.WeatherOverview.java