A simple weather forecast app. Created following Udacity's (www.udacity.com) "Developing Android Apps" free courseware, and altered slightly..
Sunshine is hosted in the following web site
https://github.com/jorwoody/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 | 14 |
Supported screen sizes | [mdpi, xxhdpi, hdpi, xhdpi] |
Target SDK Version | 19 |
Minimum SDK Version | 11 |
Activity Count | 3 |
Fragment Count | 2 |
Required Permissions | android.permission.INTERNET |
There are 3 image files in Sunshine. The names of the image files are listed as follows.
ic_action_map.png ic_action_refresh.png ic_action_settings.png
The following screenshort is generated from the image listed above.
Sunshine has the following Java source files.
jorwoody.sunshine.app.activities.DetailActivity.java jorwoody.sunshine.app.activities.MainActivity.java jorwoody.sunshine.app.activities.SettingsActivity.java jorwoody.sunshine.app.adapters.ForecastAdapter.java jorwoody.sunshine.app.data.WeatherContract.java jorwoody.sunshine.app.data.WeatherDbHelper.java jorwoody.sunshine.app.data.WeatherProvider.java jorwoody.sunshine.app.fragments.DetailFragment.java jorwoody.sunshine.app.fragments.ForecastFragment.java jorwoody.sunshine.app.objects.DayForecast.java jorwoody.sunshine.app.objects.Weather.java jorwoody.sunshine.app.utilities.DownloadImageTask.java jorwoody.sunshine.app.utilities.WeatherAPI.java jorwoody.sunshine.app.utilities.WeatherDataParser.java