pardom-zz / ActiveAndroid

Active record style SQLite persistence for Android
http://www.activeandroid.com
4.7k stars 1.03k forks source link

Is this project no longer maintained? #446

Open hdavidzhu opened 8 years ago

hdavidzhu commented 8 years ago

If so, what are some good, mature alternatives?

chandru9279 commented 8 years ago

Do you expect this issue to be closed by someone :) ?

hdavidzhu commented 8 years ago

@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.

zzantares commented 8 years ago

I was thinking the same @hdavidzhu , perhaps this could be taken as an answer: http://michaelpardo.com/android/2014/04/a-new-android-orm/

jlhonora commented 8 years ago

@ZzAntares Ollie seems to be abandoned as well: https://github.com/pardom/Ollie/issues/74

hdavidzhu commented 8 years ago

What does everyone use these days? I wish this was Rails so I could just pick the standard ActiveRecord.

zzantares commented 8 years ago

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).

danilobertelli commented 8 years ago

There is also a comparative with some ORMs https://github.com/Raizlabs/AndroidDatabaseLibraryComparison

farmazon3000 commented 8 years ago

@ZzAntares neither SugarORM nor Realm support Cursor/ContentProvider and all things which relies on it's mechanisms.

Aditya94A commented 6 years ago

It has been quite a while. I'd love to know what all of you have moved on to for your Android database needs 😄