47

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.

Maro
  • 4,065
  • 7
  • 33
  • 34

2 Answers2

47
Amir Latifi
  • 798
  • 8
  • 15
Reno
  • 33,594
  • 11
  • 89
  • 102
  • 2
    The OrmLite docs I think are the best for starting with OrmLite. They are simple and straightforward. – Raul Rene May 22 '12 at 19:14
32

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

MataMix
  • 3,276
  • 10
  • 39
  • 58