Android Open Source - Development tutorial AndroidTutorial






Project Summary

This is the code that I've created after following the Android tutorial from Udacity at https://www.udacity.com/course/viewer#!/c-ud853.

Web Site / Source Repository

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.

Project Detail

The following table is the detailed list of AndroidTutorial.

ItemValue
Java File Count15
Activity Count3
Fragment Count2
Required Permissionsandroid.permission.INTERNET




Java Source Files

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