Search code examples
androiddatabaseormdata-access-layerormlite

ORMLite and Other ORM Options for Android


Been looking for an ORM for Android. Personally I think its a setback these days for an SDK not to have an ORM. In this aspect iOS SKD is ahead.

I came across ORMLite, which looks quite simple to use.

My concern is compatibility w/ various SDK levels in Android (have a requirement to stay reverse compatible down to 2.2 SDK LEVEL 9)

Any other ORMs I should consider?

Any pitfalls I should watch out for?


Solution

  • I would suggest ORMlite its open source freeware.

    It has good developer support & many application running on ORMlite.

    another is greenDao library. Its very easy to use. Here is a comparison