What is coredata equivalent for android

前端 未结 5 1381
遇见更好的自我
遇见更好的自我 2021-02-02 07:24

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

5条回答
  •  情话喂你
    2021-02-02 07:44

    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/

提交回复
热议问题