Android weather application.
WeatherApp is hosted in the following web site
https://github.com/josephcharlesdoom/WeatherApp
If you think the Android project WeatherApp 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 WeatherApp.
Item | Value |
---|---|
Java File Count | 11 |
Supported screen sizes | [mdpi, hdpi, xhdpi] |
Target SDK Version | 15 |
Minimum SDK Version | 11 |
Activity Count | 5 |
jar files used | android-support-v4.jar |
Required Permissions | android.permission.ACCESS_COARSE_LOCATION android.permission.ACCESS_FINE_LOCATION android.permission.INTERNET |
There are 2 image files in WeatherApp. The names of the image files are listed as follows.
ic_action_search.png menurec.png
The following screenshort is generated from the image listed above.
WeatherApp has the following Java source files.
com.joe.joe.DetailsScreen.java com.joe.joe.ExtendedDayScreen.java com.joe.joe.LocationScreen.java com.joe.joe.MainActivity.java com.joe.joe.NewLocationScreen.java com.joe.joe.RadarScreen.java com.joe.joe.utility.SimpleGestureFilter.java com.joe.joe.weather.Conditions.java com.joe.joe.weather.Location.java com.joe.joe.weather.Radar.java com.joe.joe.weather.WeatherAPI.java