Sunshine project created whilst taking the Udacity course Developing Android Apps: Android Fundamentals..
sunshine is hosted in the following web site
https://github.com/malmstein/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 | 21 |
Supported screen sizes | [mdpi, xxhdpi, hdpi, xhdpi] |
Activity Count | 3 |
Fragment Count | 2 |
Test Case Count | 3 |
Required Permissions | android.permission.INTERNET |
There are 19 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 drawer_shadow.9.png ic_clear.png ic_cloudy.png ic_drawer.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.malmstein.example.sunshine.DetailActivity.java com.malmstein.example.sunshine.DetailFragment.java com.malmstein.example.sunshine.FetchWeatherTask.java com.malmstein.example.sunshine.ForecastAdapter.java com.malmstein.example.sunshine.ForecastFragment.java com.malmstein.example.sunshine.FullTestSuite.java com.malmstein.example.sunshine.SettingsActivity.java com.malmstein.example.sunshine.SettingsFragment.java com.malmstein.example.sunshine.SunshineActivity.java com.malmstein.example.sunshine.TestDb.java com.malmstein.example.sunshine.TestProvider.java com.malmstein.example.sunshine.WeatherActivity.java com.malmstein.example.sunshine.WeatherDataParserTest.java com.malmstein.example.sunshine.WeatherDataParserTest.java com.malmstein.example.sunshine.data.WeatherContract.java com.malmstein.example.sunshine.data.WeatherDbHelper.java com.malmstein.example.sunshine.data.WeatherProvider.java com.malmstein.example.sunshine.parser.WeatherDataParser.java com.malmstein.example.sunshine.utils.ColorTweaker.java com.malmstein.example.sunshine.utils.Utility.java com.malmstein.example.sunshine.view.InsetAwareToolbar.java