Android Open Source - SQLite example DataBaseExample






Project Summary

Example of use of SQLite on Android.

Web Site / Source Repository

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.

Project Detail

The following table is the detailed list of DataBaseExample.

ItemValue
Java File Count8
Supported screen sizes[hdpi]
Target SDK Version17
Minimum SDK Version8
Activity Count2
jar files usedandroid-support-v4.jar
Required Permissionsandroid.permission.INTERNET




Resource Files

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.

null

Java Source Files

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