- simple weather application which displays a 4 days forecast for a city/town using Google weather api.
weatherForecastAndroid is hosted in the following web site
https://github.com/acrish/weatherForecastAndroid
If you think the Android project weatherForecastAndroid 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 weatherForecastAndroid.
Item | Value |
---|---|
Java File Count | 6 |
Minimum SDK Version | 10 |
Activity Count | 4 |
Required Permissions | android.permission.INTERNET android.permission.WRITE_EXTERNAL_STORAGE |
Raw File Names | res\raw\history.txt |
There are 21 image files in weatherForecastAndroid. The names of the image files are listed as follows.
chance_of_rain.png chance_of_snow.png chance_of_storm.png chance_of_tstorm.png cloudy.png dust.png flurries.png fog.png haze.png icy.png mist.png mostly_cloudy.png mostly_sunny.png partly_cloudy.png rain.png sleet.png smoke.png snow.png storm.png sunny.png thunderstorm.png
The following screenshort is generated from the image listed above.
weatherForecastAndroid has the following Java source files.
hw1.weather.AddLocActivity.java hw1.weather.ForecastParser.java hw1.weather.LocForecastActivity.java hw1.weather.WeatherForecastActivity.java hw1.weather.WeatherLocation.java hw1.weather.WeatherLocationAdapter.java