SQLIte database, ContentProvider etc practice.
WeatherSimpleApp is hosted in the following web site
https://github.com/oligazar/WeatherSimpleApp
If you think the Android project WeatherSimpleApp 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 WeatherSimpleApp.
Item | Value |
---|---|
Java File Count | 7 |
Activity Count | 3 |
Fragment Count | 2 |
Required Permissions | android.permission.ACCESS_NETWORK_STATE android.permission.INTERNET |
WeatherSimpleApp has the following Java source files.
com.dmma.alexander.sunshine.app.DetailActivity.java com.dmma.alexander.sunshine.app.ForecastFragment.java com.dmma.alexander.sunshine.app.MainActivity.java com.dmma.alexander.sunshine.app.SettingsActivity.java com.dmma.alexander.sunshine.app.data.WeatherContract.java com.dmma.alexander.sunshine.app.data.WeatherDbHelper.java com.dmma.alexander.sunshine.app.data.WeatherProvider.java