Android App Sunshine, build using Udacity tutorial.
Sunshine is hosted in the following web site
https://github.com/sohailbud/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 | 8 |
Activity Count | 3 |
Fragment Count | 2 |
Required Permissions | android.permission.INTERNET |
Sunshine has the following Java source files.
com.example.sohail.sunshine.ApplicationTest.java com.example.sohail.sunshine.DetailActivity.java com.example.sohail.sunshine.ForecastFragment.java com.example.sohail.sunshine.MainActivity.java com.example.sohail.sunshine.SettingsActivity.java com.example.sohail.sunshine.data.WeatherContract.java com.example.sohail.sunshine.data.WeatherDbHelper.java com.example.sohail.sunshine.data.WeatherProvider.java