Small project that interacts with a local database without an orm & utilizes a content provider.
SqlLiteExample is hosted in the following web site
https://github.com/DaleKocian/SqlLiteExample
If you think the Android project SqlLiteExample 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 SqlLiteExample.
Item | Value |
---|---|
Java File Count | 5 |
Activity Count | 1 |
SqlLiteExample has the following Java source files.
com.example.sqlliteexample.app.MainActivity.java com.example.sqlliteexample.app.contentprovider.MyLocationContentProvider.java com.example.sqlliteexample.app.database.LocationDataSource.java com.example.sqlliteexample.app.database.LocationDbHelper.java com.example.sqlliteexample.app.model.Location.java