0

is there something like a ORM framework for android?

i need this for something like this:

i create some classes and then save them in lists. after this i want to automatically save and load this classes from and to a sqlite database.

gurehbgui
  • 14,236
  • 32
  • 106
  • 178
  • 1
    See [this StackOverflow post](http://stackoverflow.com/a/3714319/1366455) about this. ORMLite is the way to go. – tolgap Jul 31 '12 at 20:18

2 Answers2

5

ORMLite seems to be the leader in this space, you can check them out here: http://ormlite.com/

It's more lightweight than Hibernate, but works very well on the Android platform.

Nick Daugherty
  • 2,763
  • 4
  • 20
  • 17
3

Did you try Googling "Android ORM"?

The third result will point you to Any good ORM tools for Android development?

Community
  • 1
  • 1
Bort
  • 817
  • 6
  • 22