pardom-zz / ActiveAndroid

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

ActiveAndroid Deprecated #550

Open pardom opened 6 years ago

pardom commented 6 years ago

Hello community,

ActiveAndroid is now deprecated. I'm grateful for everyone's contributions and support over the years, however I believe that there are many better alternatives. Ollie was an attempt to make a better ActiveAndroid alternative, however that library is also deprecated as of today.

The reason this notice is coming to you via GitHub issue rather than the README is because I no longer have access to this GitHub account. Now that this account has been dormant for six months, I have reclaimed my username, but still do not have contributor access. I don't know how long the dormant account will remain visible, so I suggest forking the library if you wish to continue work on it.

I strongly endorse Square's excellent SQLDelight as an alternative to this library.

Thanks again,

Michael Pardo

a0g83agbc84 commented 6 years ago

really bad news... thank you for this incredible library, @pardom 😁

nologinatgit commented 6 years ago

Really bad news, indeed... It still serves as the base ORM library in my application for almost 5 years... 😁 It is reliable and effective. Thanks for your work, @pardom-zz @pardom 😄

ieewbbwe commented 6 years ago

Thanks for u work~ it's very helpful!!

tapanmodh commented 6 years ago

Thanks for ur work..

nirzonpop192 commented 6 years ago

Thank you for your library

neiljaywarner commented 5 years ago

@pardom Can you give some insights as to cons of sticking with ActiveAndroid for a large project?

i.e. if you had a large project using it and it would be a big effort to migrate away from it, would you do so, and if so, why?

pardom commented 5 years ago

if you had a large project using it and it would be a big effort to migrate away from it, would you do so, and if so, why?

In this case, I would not. If it ain't broke, don't fix it. However, for a new project I would recommend using something else, my preference being SQLDelight.

ImangazalievM commented 5 years ago

@neiljaywarner you can try to migrate to ReActiveAndroid. Here you can find small guide: Migration from ActiveAndroid.