What is coredata equivalent for android

前端 未结 5 1354
遇见更好的自我
遇见更好的自我 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:49

    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.

提交回复
热议问题