Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in realm

How can I get unmanaged object from Realm query in Swift?

swift cocoa realm

Data written to a background Realm is not available immediately to main Realm

swift realm

Updating/changing Realm encryption key

android realm

Android's realm.io how to sync with server side MySQL DB

android realm

Realm Swift: Is it possible to keep database after the apps is uninstalled?

ios swift xcode realm

Querying for an object in a list in Realm

swift realm

Kotlin and @Transient

android gson kotlin realm

Realm Lists and Swift Arrays

ios arrays swift realm

How can I get the migration to run before the app starts to run the code?

How can I create a Realm database with initial data for my android app?

android realm

how to implement filterable in RealmRecyclerViewAdapter

Realm order of insert or update

android realm

Is it a good practice to use Realm with try-with-resources?

REALM - System.TypeInitializationException: The type initializer for 'Realms.Realm' threw an exception. ---> System.DllNotFoundException

@objc redundancy when having @objcMembers private dynamic var?

swift realm

How to create a new RealmObject that contains a RealmList

android realm

Realm: Cannot invoke 'objects' with an argument list of type '(Object.Type)'

ios swift realm

java.lang.IllegalStateException: Object is no longer managed by Realm. Has it been deleted?

Realm: change field name for migration

Realm access from incorrect thread while using realm with coroutines