A weather app based on Udacity.com's Android course..
Sunshine is hosted in the following web site
https://github.com/rdsarna/Sunshine
If you think the Android project Sunshine 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 Sunshine.
Item | Value |
---|---|
Java File Count | 13 |
Supported screen sizes | [mdpi, xxhdpi, hdpi, xhdpi] |
Activity Count | 3 |
Fragment Count | 2 |
Required Permissions | android.permission.INTERNET |
There are 17 image files in Sunshine. The names of the image files are listed as follows.
art_clear.png art_clouds.png art_fog.png art_light_clouds.png art_light_rain.png art_rain.png art_snow.png art_storm.png ic_clear.png ic_cloudy.png ic_fog.png ic_light_clouds.png ic_light_rain.png ic_logo.png ic_rain.png ic_snow.png ic_storm.png
The following screenshort is generated from the image listed above.
Sunshine has the following Java source files.
com.ratulsarna.sunshine.DetailActivity.java com.ratulsarna.sunshine.DetailFragment.java com.ratulsarna.sunshine.FetchWeatherTask.java com.ratulsarna.sunshine.ForecastAdapter.java com.ratulsarna.sunshine.ForecastFragment.java com.ratulsarna.sunshine.MainActivity.java com.ratulsarna.sunshine.SettingsActivity.java com.ratulsarna.sunshine.Utility.java com.ratulsarna.sunshine.WeatherDataParser.java com.ratulsarna.sunshine.data.WeatherContract.java com.ratulsarna.sunshine.data.WeatherDbHelper.java com.ratulsarna.sunshine.data.WeatherProvider.java com.ratulsarna.sunshine.service.SunshineService.java