The result of my own Sunshine app from the Udacity Developing Android Apps course.
udacity_sunshine is hosted in the following web site
https://github.com/carignanboy1/udacity_sunshine
If you think the Android project udacity_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 udacity_sunshine.
Item | Value |
---|---|
Java File Count | 9 |
Activity Count | 3 |
Fragment Count | 2 |
Required Permissions | android.permission.INTERNET |
udacity_sunshine has the following Java source files.
com.alexismorin.sunshine.DetailActivity.java com.alexismorin.sunshine.FetchWeatherTask.java com.alexismorin.sunshine.ForecastFragment.java com.alexismorin.sunshine.MainActivity.java com.alexismorin.sunshine.SettingsActivity.java com.alexismorin.sunshine.Utility.java com.alexismorin.sunshine.data.WeatherContract.java com.alexismorin.sunshine.data.WeatherDbHelper.java com.alexismorin.sunshine.data.WeatherProvider.java