This is the app as per the tutorial given by Google Developers in Udacity..
SunshineAndroid is hosted in the following web site
https://github.com/rikesh-subedi/SunshineAndroid
If you think the Android project SunshineAndroid 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 SunshineAndroid.
Item | Value |
---|---|
Java File Count | 8 |
Supported screen sizes | [mdpi, xxhdpi, hdpi, xhdpi] |
Target SDK Version | 20 |
Minimum SDK Version | 10 |
Activity Count | 3 |
Fragment Count | 2 |
Required Permissions | android.permission.INTERNET |
SunshineAndroid has the following Java source files.
com.example.sunshine.DetailActivity.java com.example.sunshine.ForeCastFragment.java com.example.sunshine.MainActivity.java com.example.sunshine.SettingsActivity.java com.example.sunshine.WeatherDataParser.java com.example.sunshine.data.WeatherContract.java com.example.sunshine.data.WeatherDbHelper.java com.example.sunshine.data.WeatherProvider.java