ActiveAndroid
ActiveAndroid copied to clipboard
Is this project no longer maintained?
If so, what are some good, mature alternatives?
Do you expect this issue to be closed by someone :) ?
@chandru9279 Hopefully by @pardom :smile: It should be updated in the Readme - there seems to be many open issues and PRs that have not been addressed.
I was thinking the same @hdavidzhu , perhaps this could be taken as an answer: http://michaelpardo.com/android/2014/04/a-new-android-orm/
@ZzAntares Ollie seems to be abandoned as well: https://github.com/pardom/Ollie/issues/74
What does everyone use these days? I wish this was Rails so I could just pick the standard ActiveRecord.
In fact yesterday I was searching a solution, in the end I used SugarORM which is simplier but it does the job. If you need something more specialized I think Realm is the way to go (I didn't tried it but looks very good).
There is also a comparative with some ORMs https://github.com/Raizlabs/AndroidDatabaseLibraryComparison
@ZzAntares neither SugarORM nor Realm support Cursor/ContentProvider and all things which relies on it's mechanisms.
It has been quite a while. I'd love to know what all of you have moved on to for your Android database needs 😄