Sunshine weather app for Udacity's "Developing Android Applications" class.
Udacity-Android is hosted in the following web site
https://github.com/edchiou/Udacity-Android
If you think the Android project Udacity-Android 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 Udacity-Android.
Item | Value |
---|---|
Java File Count | 6 |
Activity Count | 3 |
Fragment Count | 2 |
Required Permissions | android.permission.INTERNET |
Udacity-Android has the following Java source files.
com.example.edwardchiou.kappa.DetailActivity.java com.example.edwardchiou.kappa.ForecastFragment.java com.example.edwardchiou.kappa.MyActivity.java com.example.edwardchiou.kappa.SettingsActivity.java com.example.edwardchiou.kappa.data.WeatherContract.java com.example.edwardchiou.kappa.data.WeatherDbHelper.java