Android - ORMlite vs. ActiveAndroid differences? [closed]
Asked Answered
J

2

16

are there any significant differences in terms of speed, scalability, ... between theese two ORM solution for Android SQLite - ORMlite vs. ActiveAndroid? First one is free, second is commercial and thus paid. What is better to use and why?

Thanks

Hmyzak

Jotun answered 25/8, 2011 at 9:53 Comment(1)
thank you for asking this question.Kandicekandinsky
D
10

ActiveAndroid is now free and open-source.

http://pardom.github.com/ActiveAndroid/

Dogvane answered 17/11, 2012 at 20:42 Comment(0)
W
9

Having tried both, I'd recommend ORMLite. Not only is it free, but it's open source, and as far as I can tell it's also under much more intensive development. It's way better documented, has more samples available... there are many reasons not to use ActiveAndroid, and a couple of them are outlined in this blog post by one of the ORMLite contributors:

http://tumblr.com/ZlYYFy6M_vOf

Wrenn answered 16/11, 2011 at 23:14 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.