Android Open Source - Weather app Sunshine






Project Summary

Basic weather app for "Developing Android Apps" Udacity course.

Web Site / Source Repository

Sunshine is hosted in the following web site
https://github.com/ntpeters/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 Count10
Activity Count3
Fragment Count2
Test Case Count1
Required Permissionsandroid.permission.INTERNET




Java Source Files

Sunshine has the following Java source files.

com.ntpeters.android.sunshine.ApplicationTest.java
com.ntpeters.android.sunshine.DetailActivity.java
com.ntpeters.android.sunshine.ForecastFragment.java
com.ntpeters.android.sunshine.MainActivity.java
com.ntpeters.android.sunshine.SettingsActivity.java
com.ntpeters.android.sunshine.TestDb.java
com.ntpeters.android.sunshine.TestProvider.java
com.ntpeters.android.sunshine.data.WeatherContract.java
com.ntpeters.android.sunshine.data.WeatherDbHelper.java
com.ntpeters.android.sunshine.data.WeatherProvider.java