I used to program for iPhone.
But then I want to make another similar program in Android.
Well, should I use a coredata like framework?
Does android have
Room Data Storage is a new way to store application data in Android. It is provided by google and is a part of the Android Architecture components. Room is offered as a high-level, first-party alternative to Realm, ORMLite, GreenDao and many others.
Room
Realm
ORMLite
GreenDao