Android application that gives current weather information and forecast.
Weather is hosted in the following web site
https://github.com/metalcyborg/Weather
If you think the Android project Weather 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 Weather.
Item | Value |
---|---|
Java File Count | 8 |
Supported screen sizes | [mdpi, xxhdpi, hdpi, xhdpi] |
Target SDK Version | 19 |
Minimum SDK Version | 9 |
Activity Count | 3 |
Fragment Count | 3 |
jar files used | android-support-v4.jar |
Required Permissions | android.permission.INTERNET |
There are 4 image files in Weather. The names of the image files are listed as follows.
ic_action_discard.png ic_action_new.png ic_action_refresh.png ic_action_search.png
The following screenshort is generated from the image listed above.
Weather has the following Java source files.
com.weatherstation.City.java com.weatherstation.ForecastActivity.java com.weatherstation.MainActivity.java com.weatherstation.SearchActivity.java com.weatherstation.Weather.java com.weatherstation.WeatherClient.java com.weatherstation.WeatherParser.java com.weatherstation.WeatherProvider.java