since i have learned many knownalge from the open soure community,i decide to open my code .this is sqlite orm for android,support the multi thread operation.if you have any question ,you can ask me hisp@163.com.
androidSqlite is hosted in the following web site
https://github.com/yuemingyilou/androidSqlite
If you think the Android project androidSqlite 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 androidSqlite.
Item | Value |
---|---|
Java File Count | 7 |
Target SDK Version | 19 |
Minimum SDK Version | 14 |
Activity Count | 1 |
androidSqlite has the following Java source files.
org.sunpei.dao.CustomerInfo.java org.sunpei.dao.MainActivity.java org.sunpei.dao.dao.CustomerInfoDao.java org.sunpei.dao.dao.base.BaseSqlDao.java org.sunpei.dao.dao.base.CreateTableSql.java org.sunpei.dao.dao.base.DBHelper.java org.sunpei.dao.dao.base.InitDao.java