做 Android 开发,求大神推荐几款开源的 SQLite 工具类,能够方便调用 SQLite 数据库。
已经知道 Afinal,还有哪些比较好的?如果有教程附带就更好了 >.<
业精于勤,荒于嬉;行成于思,毁于随。
ActiveAndroid lightweight ORM framework has detailed tutorials in github.
http://blog.csdn.net/guolin_blog/article/details/38083103
You can find many clues using Android + ORM keywords, which have their own demos and documents.
greenDAOhttps://github.com/greenrobot/greenDAOhttp://greendao-orm.com/
Ormlitehttps://github.com/j256/ormlite-androidhttp://ormlite.com/
xUtilshttps://github.com/wyouflf/xUtils
Search litepal, the open source android database framework, on github.
LitePal Tutorial by Master Guo Lin: http://blog.csdn.net/sinyu890807/article/category/2522725
greenDAO
Ormlitehttps://github.com/j256/ormlite-androidhttp://ormlite.com/ Getting started:http://ormlite.com/javadoc/ormlite-core/doc-files/ormlite_1.html#Getting-Started
greenDAOhttps://github.com/greenrobot/greenDAOhttp://greendao-orm.com/ 不错的Tutorial:http://blog.surecase.eu/using-greendao-with-android-studio-ide/
仅供参考:
ActiveAndroid lightweight ORM framework has detailed tutorials in github.
http://blog.csdn.net/guolin_blog/article/details/38083103
You can find many clues using Android + ORM keywords, which have their own demos and documents.
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
Search litepal, the open source android database framework, on github.
LitePal
Tutorial by Master Guo Lin: http://blog.csdn.net/sinyu890807/article/category/2522725
greenDAO
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/
仅供参考: