App from the Udacity's Android tutorial.
sunshine is hosted in the following web site
https://github.com/mkfnx/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 | 9 |
Activity Count | 3 |
Fragment Count | 2 |
Test Case Count | 1 |
Required Permissions | android.permission.INTERNET |
sunshine has the following Java source files.
com.mkfnx.sunshine.ApplicationTest.java com.mkfnx.sunshine.DetailActivity.java com.mkfnx.sunshine.ForecastFragment.java com.mkfnx.sunshine.FullTestSuite.java com.mkfnx.sunshine.MainActivity.java com.mkfnx.sunshine.SettingsActivity.java com.mkfnx.sunshine.TestDb.java com.mkfnx.sunshine.data.WeatherContract.java com.mkfnx.sunshine.data.WeatherDbHelper.java