Android application that fetches weather information from openweather API.
WeatherAppExample is hosted in the following web site
https://github.com/bchazalet/WeatherAppExample
If you think the Android project WeatherAppExample 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 WeatherAppExample.
Item | Value |
---|---|
Java File Count | 4 |
Target SDK Version | 19 |
Minimum SDK Version | 8 |
Activity Count | 1 |
jar files used | android-support-v4.jar guava-16.0.1.jar |
Required Permissions | android.permission.ACCESS_NETWORK_STATE android.permission.INTERNET |
WeatherAppExample has the following Java source files.
com.bchazalet.weatherapp.MainActivity.java com.bchazalet.weatherapp.openweather.Helpers.java com.bchazalet.weatherapp.openweather.OpenWeatherApi.java com.bchazalet.weatherapp.openweather.WeatherData.java