Udacity Developing Android Apps Course.
sunshine is hosted in the following web site
https://github.com/AlessandroBorsoi/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 | 11 |
Activity Count | 3 |
Fragment Count | 2 |
Test Case Count | 1 |
Required Permissions | android.permission.INTERNET |
sunshine has the following Java source files.
com.example.android.sunshine.app.ApplicationTest.java com.example.android.sunshine.app.DetailActivity.java com.example.android.sunshine.app.ForecastFragment.java com.example.android.sunshine.app.FullTestSuite.java com.example.android.sunshine.app.MainActivity.java com.example.android.sunshine.app.SettingsActivity.java com.example.android.sunshine.app.TestDb.java com.example.android.sunshine.app.TestProvider.java com.example.android.sunshine.app.data.WeatherContract.java com.example.android.sunshine.app.data.WeatherDbHelper.java com.example.android.sunshine.app.data.WeatherProvider.java