Following a tutorial from Udacity to build a weather app on android..
Sunshine is hosted in the following web site
https://github.com/tonywu15/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 | 10 |
Activity Count | 3 |
Fragment Count | 2 |
Required Permissions | android.permission.INTERNET |
Sunshine has the following Java source files.
com.thewumonad.sunshine.DetailActivity.java com.thewumonad.sunshine.FetchWeatherTask.java com.thewumonad.sunshine.ForecastAdapter.java com.thewumonad.sunshine.ForecastFragment.java com.thewumonad.sunshine.MainActivity.java com.thewumonad.sunshine.SettingsActivity.java com.thewumonad.sunshine.Utility.java com.thewumonad.sunshine.data.WeatherContract.java com.thewumonad.sunshine.data.WeatherDbHelper.java com.thewumonad.sunshine.data.WeatherProvider.java