首页 > 有哪些比较好的 Android SQLite 开源工具类?

有哪些比较好的 Android SQLite 开源工具类?

做 Android 开发,求大神推荐几款开源的 SQLite 工具类,能够方便调用 SQLite 数据库。

已经知道 Afinal,还有哪些比较好的?如果有教程附带就更好了 >.<


用Android + ORM关键字可以找到不少线索,这些都有自己的demo和文档。


Ormlite
https://github.com/j256/ormlite-android
http://ormlite.com/
Getting started:http://ormlite.com/javadoc/ormlite-core/doc-files/ormlite_1.html#Getting-Started

greenDAO
https://github.com/greenrobot/greenDAO
http://greendao-orm.com/
不错的Tutorial:http://blog.surecase.eu/using-greendao-with-android-studio-ide/

仅供参考:


greenDAO
https://github.com/greenrobot/greenDAO
http://greendao-orm.com/

Ormlite
https://github.com/j256/ormlite-android
http://ormlite.com/

xUtils
https://github.com/wyouflf/xUtils


ActiveAndroid 轻量级ORM框架 github里有详细教程.


github上搜索litepal这个开源android数据库框架。


greenDAO


LitePal
郭霖大神的教程:http://blog.csdn.net/sinyu890807/article/category/2522725


http://blog.csdn.net/guolin_blog/article/details/38083103

【热门文章】
【热门文章】