-1

Does anyone know how to implement a DatabaseHelper on Android to usu ORM?

B. TIger
  • 459
  • 3
  • 10
  • 27

2 Answers2

1

I recommend start with The tutorials.. They are nicely written and should help you out fairly well.

ahodder
  • 11,353
  • 14
  • 71
  • 114
0

Think you should use SQLite and maybe look here as a starter? Alternatively use an object database (DB4O perhaps?) - Otherwise this post appears to duplicate this which talks about hibernate for Android - I'd say it's overkill, but I'd be tempted to try DB4O!

Community
  • 1
  • 1
0909EM
  • 4,761
  • 3
  • 29
  • 40
  • I dunno... ORMite really helped me grasped SQLite. I found it easier to understand than Android's SQLite api. And @Gray is very active on here, which helps in a pinch. – ahodder Sep 20 '12 at 22:14
  • I found the SQLite api hard to understand at first... I'd be really tempted to play with DB4O. Its interesting at the very least and I've been looking for places to use it... – 0909EM Sep 20 '12 at 22:21