Android Open Source - SQLite object AutoTable






Project Summary

This is a simple android sqlite Object Relational Mapping.

Web Site / Source Repository

AutoTable is hosted in the following web site
https://github.com/jackyxq/AutoTable

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

ItemValue
Java File Count8
Minimum SDK Version9
Activity Count1

Java Source Files

AutoTable has the following Java source files.

com.jacky.library.db.Column.java
com.jacky.library.db.DBHelper.java
com.jacky.library.db.DatabaseException.java
com.jacky.library.db.Table.java
com.jacky.project.autotable.BaseApplication.java
com.jacky.project.autotable.Logger.java
com.jacky.project.autotable.MyActivity.java
com.jacky.project.autotable.Student.java