As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and pos开发者_StackOverflowsibly reopened, visit the help center for guidance.
Closed 9 years ago.
I am looking for a good introductory tutorial on how to use ORMLite with SQLite and Android. A qucick google search did not produce any usefull information.
Table of contents for OrmLite docs. Which are pretty good by the way.
ORMLite samples for android
Blog post on ORMLite: Using an existing SQLite database
I think that this tutorial is very good:
http://logic-explained.blogspot.com/2011/12/using-ormlite-in-android-projects.html
since it also includes a demo project that can be downloaded from GitHub
https://github.com/justadreamer/WishListManager
精彩评论