Repository for the Sunshine application being built as a part of Udacity's "Developing Android Apps" course..
Sunshine is hosted in the following web site
https://github.com/jsdewey/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 |
Activity Count | 3 |
Fragment Count | 2 |
Test Case Count | 1 |
Required Permissions | android.permission.INTERNET |
Sunshine has the following Java source files.
com.example.joel.sunshine.ApplicationTest.java com.example.joel.sunshine.DetailActivity.java com.example.joel.sunshine.FetchWeatherTask.java com.example.joel.sunshine.ForecastFragment.java com.example.joel.sunshine.FullTestSuite.java com.example.joel.sunshine.MainActivity.java com.example.joel.sunshine.SettingsActivity.java com.example.joel.sunshine.TestDB.java com.example.joel.sunshine.TestProvider.java com.example.joel.sunshine.Utility.java com.example.joel.sunshine.data.WeatherContract.java com.example.joel.sunshine.data.WeatherDbHelper.java com.example.joel.sunshine.data.WeatherProvider.java