Using database in Android

Posted by Paul on Stack Overflow See other posts from Stack Overflow or by Paul
Published on 2010-05-27T08:39:41Z Indexed on 2010/05/27 9:01 UTC
Read the original article Hit count: 202

Filed under:
|

Does anyone know a good step by step tutorial for using sqlite on Android?

I've found this: http://developer.android.com/guide/topics/data/data-storage.html#db and it ok to start with, but then it wants me to jump into other source code then its difficult to follow.

I've tried others on the web, one from screaming penguin and that just kept causing errors with JVM.

Advice greatly appreciated.

I need to:

  • Create database, with several tables (auto id, declare type)
  • update
  • get

© Stack Overflow or respective owner

Related posts about database

Related posts about android