Android Udacity course example app.
Sunshine is hosted in the following web site
https://github.com/BLTuckerDev/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 | 23 |
Supported screen sizes | [sw600dp, mdpi, xxhdpi, hdpi, xhdpi] |
Activity Count | 3 |
Fragment Count | 2 |
Test Case Count | 3 |
Required Permissions | android.permission.AUTHENTICATE_ACCOUNTS android.permission.INTERNET android.permission.READ_SYNC_SETTINGS android.permission.WRITE_SYNC_SETTINGS |
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.example.brett.sunshine.ApplicationTest.java com.example.brett.sunshine.DetailActivity.java com.example.brett.sunshine.DetailFragment.java com.example.brett.sunshine.ForecastAdapter.java com.example.brett.sunshine.ForecastFragment.java com.example.brett.sunshine.ForecastFragmentCallbackListener.java com.example.brett.sunshine.ForecastListItemViewHolder.java com.example.brett.sunshine.FullTestSuite.java com.example.brett.sunshine.ListViewItemFormatHelper.java com.example.brett.sunshine.MainActivity.java com.example.brett.sunshine.MyView.java com.example.brett.sunshine.NotificationPreferenceFetcher.java com.example.brett.sunshine.PreferredLocationFetcher.java com.example.brett.sunshine.SettingsActivity.java com.example.brett.sunshine.TestDb.java com.example.brett.sunshine.TestProvider.java com.example.brett.sunshine.data.WeatherContract.java com.example.brett.sunshine.data.WeatherDbHelper.java com.example.brett.sunshine.data.WeatherProvider.java com.example.brett.sunshine.sync.SunshineAuthenticator.java com.example.brett.sunshine.sync.SunshineAuthenticatorService.java com.example.brett.sunshine.sync.SunshineSyncAdapter.java com.example.brett.sunshine.sync.SunshineSyncService.java