Top "Realm-mobile-platform" questions

Realm - Can't create object with existing primary key value

I have a object Person with many dogs. App has separate page where it shows just dogs and other page …

ios swift realm realm-mobile-platform
how to store java list in realm android database

How we can store java list in realm android database. I try to store it by using setter method present …

android realm realm-mobile-platform
realm android delete all data

mRealm.beginTransaction(); mRealm.clear(AboutItemRealm.class); mRealm.clear(AgendaItemRealm.class); mRealm.clear(AttendeesItemRealm.class); mRealm.clear(DocumentsItemRealm.class); mRealm.clear(…

android realm-mobile-platform
Do I understand MongoDB Realm correctly?

There are three components: Realm Database: Local Storage & Persistence Realm Sync: Sync Realm Databases between clients and the Mongo …

mongodb realm mongodb-atlas realm-mobile-platform