Using Android ContentProvider to Populate SQLite DB.
HowToPoulateDBWithContentProvider is hosted in the following web site
https://github.com/VKEDCO/HowToPoulateDBWithContentProvider
If you think the Android project HowToPoulateDBWithContentProvider 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 HowToPoulateDBWithContentProvider.
Item | Value |
---|---|
Java File Count | 4 |
Target SDK Version | 19 |
Minimum SDK Version | 8 |
Activity Count | 1 |
HowToPoulateDBWithContentProvider has the following Java source files.
org.vkedco.mobappdev.how_to_populate_db_with_content_provider.BookNotesContentProvider.java org.vkedco.mobappdev.how_to_populate_db_with_content_provider.BookNotesDBHelper.java org.vkedco.mobappdev.how_to_populate_db_with_content_provider.BookTable.java org.vkedco.mobappdev.how_to_populate_db_with_content_provider.MainActivity.java