An example of android weather forecast application.
Sunny-Android is hosted in the following web site
https://github.com/nazmy/Sunny-Android
If you think the Android project Sunny-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 Sunny-Android.
Item | Value |
---|---|
Java File Count | 12 |
Activity Count | 3 |
Fragment Count | 2 |
Test Case Count | 1 |
Required Permissions | android.permission.INTERNET |
Sunny-Android has the following Java source files.
com.android.nazmy.sunny.app.ApplicationTest.java com.android.nazmy.sunny.app.DetailActivity.java com.android.nazmy.sunny.app.FetchWeatherTask.java com.android.nazmy.sunny.app.ForecastFragment.java com.android.nazmy.sunny.app.MainActivity.java com.android.nazmy.sunny.app.SettingsActivity.java com.android.nazmy.sunny.app.Utility.java com.android.nazmy.sunny.app.WeatherDataParserTest.java com.android.nazmy.sunny.app.data.WeatherContract.java com.android.nazmy.sunny.app.data.WeatherDbHelper.java com.android.nazmy.sunny.app.data.WeatherProvider.java util.WeatherDataParser.java