Android single activity weather application using Weather Underground JSON API.
DWeather is hosted in the following web site
https://github.com/dmason82/DWeather
If you think the Android project DWeather 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 DWeather.
Item | Value |
---|---|
Java File Count | 18 |
Supported screen sizes | [mdpi, ldpi, hdpi, xhdpi] |
Target SDK Version | 19 |
Minimum SDK Version | 11 |
Activity Count | 3 |
Fragment Count | 3 |
jar files used | android-support-v4.jar |
Required Permissions | android.permission.ACCESS_COARSE_LOCATION android.permission.ACCESS_FINE_LOCATION android.permission.INTERNET |
There are 1 image files in DWeather. The names of the image files are listed as follows.
dweather_launcher.9.png
The following screenshort is generated from the image listed above.
DWeather has the following Java source files.
com.mason.doug.weather.AboutActivity.java com.mason.doug.weather.DWeatherActivity.java com.mason.doug.weather.ForecastWeather.java com.mason.doug.weather.Utilities.java com.mason.doug.weather.WUEngine.java com.mason.doug.weather.Weather.java com.mason.doug.weather.WeatherActivity.java com.mason.doug.weather.WeatherBroadcastReceiver.java com.mason.doug.weather.WeatherCollection.java com.mason.doug.weather.WeatherCurrentCondition.java com.mason.doug.weather.WeatherCurrentFragment.java com.mason.doug.weather.WeatherDBHelper.java com.mason.doug.weather.WeatherDetailActivity.java com.mason.doug.weather.WeatherFetchService.java com.mason.doug.weather.WeatherForecastFragment.java com.mason.doug.weather.WeatherInputFragment.java com.mason.doug.weather.WeatherProvider.java