Android Open Source - SQLite ContentProvider WeatherSimpleApp






Project Summary

SQLIte database, ContentProvider etc practice.

Web Site / Source Repository

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.

Project Detail

The following table is the detailed list of WeatherSimpleApp.

ItemValue
Java File Count7
Activity Count3
Fragment Count2
Required Permissionsandroid.permission.ACCESS_NETWORK_STATE
android.permission.INTERNET




Java Source Files

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