A Simple Weather App For Android.
Weather is hosted in the following web site
https://github.com/githuz/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 | 4 |
Target SDK Version | 19 |
Minimum SDK Version | 15 |
Activity Count | 1 |
Fragment Count | 1 |
jar files used | android-support-v4.jar |
Required Permissions | android.permission.INTERNET |
Asset File Names | assets\fonts\weathericons-regular-webfont.ttf |
There are 4 image files in Weather. The names of the image files are listed as follows.
forecast_normal.png forecast_pressed.png history_normal.png history_pressed.png
The following screenshort is generated from the image listed above.
Weather has the following Java source files.
com.android.weather.CityPreference.java com.android.weather.ForecastWeather.java com.android.weather.MainActivity.java com.android.weather.RemoteFetch.java