Android Open Source - App udacity android-udacity






Project Summary

Repo used on the Developing Android Apps course at Udacity.

Web Site / Source Repository

android-udacity is hosted in the following web site
https://github.com/guilhermesft/android-udacity

If you think the Android project android-udacity 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 android-udacity.

ItemValue
Java File Count17
Supported screen sizes[mdpi, xxhdpi, hdpi, xhdpi]
Activity Count3
Fragment Count2
Required Permissionsandroid.permission.AUTHENTICATE_ACCOUNTS
android.permission.INTERNET
android.permission.READ_SYNC_SETTINGS
android.permission.WRITE_SYNC_SETTINGS




Resource Files

There are 17 image files in android-udacity. The names of the image files are listed as follows.

art_clear.png
art_clouds.png
art_fog.png
art_light_clouds.png
art_light_rain.png
art_rain.png
art_snow.png
art_storm.png
ic_clear.png
ic_cloudy.png
ic_fog.png
ic_light_clouds.png
ic_light_rain.png
ic_logo.png
ic_rain.png
ic_snow.png
ic_storm.png

The following screenshort is generated from the image listed above.

null




Java Source Files

android-udacity has the following Java source files.

com.vanzstuff.app.sunshine.DetailActivity.java
com.vanzstuff.app.sunshine.DetailFragment.java
com.vanzstuff.app.sunshine.Forecast.java
com.vanzstuff.app.sunshine.ForecastAdapter.java
com.vanzstuff.app.sunshine.ForecastFragment.java
com.vanzstuff.app.sunshine.MainActivity.java
com.vanzstuff.app.sunshine.SettingsActivity.java
com.vanzstuff.app.sunshine.Utility.java
com.vanzstuff.app.sunshine.WeatherDataParser.java
com.vanzstuff.app.sunshine.data.WeatherContract.java
com.vanzstuff.app.sunshine.data.WeatherDbHelper.java
com.vanzstuff.app.sunshine.data.WeatherProvider.java
com.vanzstuff.app.sunshine.sync.SunshineAuthenticator.java
com.vanzstuff.app.sunshine.sync.SunshineAuthenticatorService.java
com.vanzstuff.app.sunshine.sync.SunshineSyncAdapter.java
com.vanzstuff.app.sunshine.sync.SunshineSyncService.java
com.vanzstuff.app.sunshine.view.MyView.java