Android Open Source - Weather json DWeather






Project Summary

Android single activity weather application using Weather Underground JSON API.

Web Site / Source Repository

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.

Project Detail

The following table is the detailed list of DWeather.

ItemValue
Java File Count18
Supported screen sizes[mdpi, ldpi, hdpi, xhdpi]
Target SDK Version19
Minimum SDK Version11
Activity Count3
Fragment Count3
jar files usedandroid-support-v4.jar
Required Permissionsandroid.permission.ACCESS_COARSE_LOCATION
android.permission.ACCESS_FINE_LOCATION
android.permission.INTERNET




Resource Files

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.

null

Java Source Files

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