Android Open Source - App udacity Sunshine






Project Summary

App for Udacity's "Developing Android Apps" course.

Web Site / Source Repository

Sunshine is hosted in the following web site
https://github.com/nitishsp/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.

Project Detail

The following table is the detailed list of Sunshine.

ItemValue
Java File Count17
Supported screen sizes[mdpi, xxhdpi, hdpi, xhdpi]
Minimum SDK Version14
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 Sunshine. 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

Sunshine has the following Java source files.

com.example.nitish.sunshine.ApplicationTest.java
com.example.nitish.sunshine.DetailActivity.java
com.example.nitish.sunshine.DetailFragment.java
com.example.nitish.sunshine.ForecastAdapter.java
com.example.nitish.sunshine.ForecastFragment.java
com.example.nitish.sunshine.MainActivity.java
com.example.nitish.sunshine.SettingsActivity.java
com.example.nitish.sunshine.TestDb.java
com.example.nitish.sunshine.TestProvider.java
com.example.nitish.sunshine.Utility.java
com.example.nitish.sunshine.data.WeatherContract.java
com.example.nitish.sunshine.data.WeatherDbHelper.java
com.example.nitish.sunshine.data.WeatherProvider.java
com.example.nitish.sunshine.sync.SunshineAuthenticator.java
com.example.nitish.sunshine.sync.SunshineAuthenticatorService.java
com.example.nitish.sunshine.sync.SunshineSyncAdapter.java
com.example.nitish.sunshine.sync.SunshineSyncService.java