My implementation of the Udacity Android course example..
Moonshine is hosted in the following web site
https://github.com/matthew-compton/Moonshine
If you think the Android project Moonshine 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 Moonshine.
Item | Value |
---|---|
Java File Count | 13 |
Activity Count | 3 |
Fragment Count | 2 |
Test Case Count | 1 |
Required Permissions | android.permission.INTERNET |
Moonshine has the following Java source files.
com.ambergleam.moonshine.DetailActivity.java com.ambergleam.moonshine.DetailFragment.java com.ambergleam.moonshine.ForecastActivity.java com.ambergleam.moonshine.ForecastFragment.java com.ambergleam.moonshine.FullTestSuite.java com.ambergleam.moonshine.SettingsActivity.java com.ambergleam.moonshine.TestDatabase.java com.ambergleam.moonshine.TestProvider.java com.ambergleam.moonshine.model.WeatherContract.java com.ambergleam.moonshine.model.WeatherDatabaseHelper.java com.ambergleam.moonshine.model.WeatherProvider.java com.ambergleam.moonshine.util.Utility.java