A basic Android weather app.
undertheweather is hosted in the following web site
https://github.com/vivekembrandiri/undertheweather
If you think the Android project undertheweather 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 undertheweather.
Item | Value |
---|---|
Java File Count | 5 |
Supported screen sizes | [xxhdpi] |
Target SDK Version | 19 |
Minimum SDK Version | 10 |
Activity Count | 2 |
jar files used | android-support-v4.jar |
Required Permissions | android.permission.INTERNET |
There are 3 image files in undertheweather. The names of the image files are listed as follows.
cloudy.png sunny.png yahooicon.gif
The following screenshort is generated from the image listed above.
undertheweather has the following Java source files.
com.weather.undertheweather.MainActivity.java com.weather.undertheweather.Result.java com.weather.undertheweather.WeatherData.java com.weather.utils.CustomHttpClient.java com.weather.utils.XMLUtil.java