Example of use of SQLite on Android.
DataBaseExample is hosted in the following web site
https://github.com/xkiver/DataBaseExample
If you think the Android project DataBaseExample 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 DataBaseExample.
Item | Value |
---|---|
Java File Count | 8 |
Supported screen sizes | [hdpi] |
Target SDK Version | 17 |
Minimum SDK Version | 8 |
Activity Count | 2 |
jar files used | android-support-v4.jar |
Required Permissions | android.permission.INTERNET |
There are 1 image files in DataBaseExample. The names of the image files are listed as follows.
bg_logolist.png
The following screenshort is generated from the image listed above.
DataBaseExample has the following Java source files.
cl.telematica.databaseexample.DetailsActivity.java cl.telematica.databaseexample.MainActivity.java cl.telematica.databaseexample.adapters.RssAdapter.java cl.telematica.databaseexample.connections.ConnectionManager.java cl.telematica.databaseexample.database.DataBaseClass.java cl.telematica.databaseexample.interfaces.DownloadListener.java cl.telematica.databaseexample.models.EarthQuakeDataModel.java cl.telematica.databaseexample.parsers.RssParser.java