Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is a good tutorial for using ORMLite with SQLite and Android [closed]

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.

like image 605
Maro Avatar asked Jul 11 '11 04:07

Maro


2 Answers

  • 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
like image 132
Reno Avatar answered Nov 11 '22 20:11

Reno


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

like image 34
MataMix Avatar answered Nov 11 '22 21:11

MataMix