Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is coredata equivalent for android

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 something similar?

like image 452
user4951 Avatar asked Jun 15 '12 07:06

user4951


1 Answers

Actually what you need is to check ORM tools for Android for persistence.And decide on which one suits you best.

Here are your top choices:

OrmLite : http://ormlite.com/sqlite_java_android_orm.shtml

GreenDao : http://greendao-orm.com/

like image 182
Serdar Dogruyol Avatar answered Sep 16 '22 20:09

Serdar Dogruyol