Creating the application along with the Udacity course: https://www.udacity.com/course/ud853.
Sunshine is hosted in the following web site
https://github.com/d9n/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 |
Activity Count | 3 |
Fragment Count | 2 |
Test Case Count | 1 |
Required Permissions | android.permission.INTERNET |
Sunshine has the following Java source files.
udacity.d9n.sunshine.AppIntents.java udacity.d9n.sunshine.AppPreferences.java udacity.d9n.sunshine.ApplicationTest.java udacity.d9n.sunshine.DetailActivity.java udacity.d9n.sunshine.DetailFragment.java udacity.d9n.sunshine.ForecastFragment.java udacity.d9n.sunshine.MainActivity.java udacity.d9n.sunshine.SettingsActivity.java udacity.d9n.sunshine.WeatherDataParser.java udacity.d9n.sunshine.WeatherDataParserTest.java udacity.d9n.sunshine.data.WeatherContract.java udacity.d9n.sunshine.data.WeatherDbHelper.java udacity.d9n.sunshine.data.WeatherDbHelperTest.java