Sunshine is an app I have been working on as part of a cource offered by Udacity. I did the course to brush and improve my knowledge about Android development..
Sunshine is hosted in the following web site
https://github.com/damagination/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 | 7 |
Activity Count | 3 |
Fragment Count | 2 |
Required Permissions | android.permission.INTERNET |
Sunshine has the following Java source files.
com.damagination.sunshine.ApplicationTest.java com.damagination.sunshine.DetailActivity.java com.damagination.sunshine.ForecastFragment.java com.damagination.sunshine.MainActivity.java com.damagination.sunshine.SettingsActivity.java com.damagination.sunshine.data.WeatherContract.java com.damagination.sunshine.data.WeatherDbHelper.java