3

Possible Duplicate:
Any Good ORM tools for Android development?

Any suggestions on a good ORM library that works with Android?

Community
  • 1
  • 1
Zerho
  • 1,440
  • 4
  • 19
  • 39
  • I never tire of search, but unfortunately it doesn't seem very popular on StackOverflow... –  Mar 28 '11 at 11:58
  • you are really polite, if i asked maybe i heaven't had good results, however thanks – Zerho Mar 28 '11 at 13:42

1 Answers1

6

I can recommend https://www.activeandroid.com/

Tobias Schittkowski
  • 2,221
  • 2
  • 16
  • 25
  • Tobias, Sorry for asking on a old thread. Does activeandroid cover nested class scenarios? Like, class Parent { Class[] Children children; }. In this Parent class has a reference array for Children class. – jrh Dec 08 '13 at 07:48