The project built in udacity course Developing Android Apps (https://www.udacity.com/course/ud853).
AndroidSunshine is hosted in the following web site
https://github.com/sthomp/AndroidSunshine
If you think the Android project AndroidSunshine 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 AndroidSunshine.
Item | Value |
---|---|
Java File Count | 10 |
Activity Count | 3 |
Fragment Count | 2 |
Required Permissions | android.permission.INTERNET |
AndroidSunshine has the following Java source files.
com.findmyitin.androidsunshine.DetailActivity.java com.findmyitin.androidsunshine.FetchWeatherTask.java com.findmyitin.androidsunshine.ForecastFragment.java com.findmyitin.androidsunshine.MainActivity.java com.findmyitin.androidsunshine.SettingsActivity.java com.findmyitin.androidsunshine.Utility.java com.findmyitin.androidsunshine.WeatherJsonParser.java com.findmyitin.androidsunshine.data.WeatherContract.java com.findmyitin.androidsunshine.data.WeatherDbHelper.java com.findmyitin.androidsunshine.data.WeatherProvider.java