Android Open Source - SQLite database forklift






Project Summary

Provides access to SQLite databases shipped as Android asset or raw resource..

Web Site / Source Repository

forklift is hosted in the following web site
https://github.com/aahlenst/forklift

If you think the Android project forklift 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 forklift.

ItemValue
Java File Count10
Target SDK Version18
Minimum SDK Version7
Activity Count1
Asset File Namesassets\cantons.db
Raw File Namesres\raw\mountains.db




License

The license information of forklift is as follows:

Apache License

Java Source Files

ch.gluecode.forklift.AbstractAssetSqliteOpenHelper.java
ch.gluecode.forklift.AbstractBundledSqliteOpenHelper.java
ch.gluecode.forklift.AbstractResourceSqliteOpenHelper.java
ch.gluecode.forklift.BundledSqliteOpenHelperException.java
com.example.forklift.CantonListFragment.java
com.example.forklift.CantonsAssetSqliteOpenHelper.java
com.example.forklift.MountainCursorAdapter.java
com.example.forklift.MountainListFragment.java
com.example.forklift.MountainsResourceSqliteOpenHelper.java
com.example.forklift.SampleActivity.java