This is the code that I've created after following the Android tutorial from Udacity at https://www.udacity.com/course/viewer#!/c-ud853.
AndroidTutorial is hosted in the following web site
https://github.com/IovanAlexandru/AndroidTutorial
If you think the Android project AndroidTutorial 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 AndroidTutorial.
Item | Value |
---|---|
Java File Count | 15 |
Activity Count | 3 |
Fragment Count | 2 |
Required Permissions | android.permission.INTERNET |
AndroidTutorial has the following Java source files.
com.example.android.sunshine.app.data.WeatherContract.java com.example.android.sunshine.app.data.WeatherDataParser.java com.example.android.sunshine.app.data.WeatherDbHelper.java com.example.android.sunshine.app.data.WeatherProvider.java com.example.android.sunshine.app.model.FetchWeatherTask.java com.example.android.sunshine.app.model.ForecastAdapter.java com.example.android.sunshine.app.model.ImageUtility.java com.example.android.sunshine.app.model.Utility.java com.example.android.sunshine.app.model.ViewHolder.java com.example.android.sunshine.app.service.SunshineService.java com.example.android.sunshine.app.ui.detail.DetailActivity.java com.example.android.sunshine.app.ui.detail.DetailFragment.java com.example.android.sunshine.app.ui.main.ForecastFragment.java com.example.android.sunshine.app.ui.main.MainActivity.java com.example.android.sunshine.app.ui.settings.SettingsActivity.java