Android Open Source - Database content SqlLiteExample






Project Summary

Small project that interacts with a local database without an orm & utilizes a content provider.

Web Site / Source Repository

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.

Project Detail

The following table is the detailed list of SqlLiteExample.

ItemValue
Java File Count5
Activity Count1

Java Source Files

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