Top "Realm" questions

The Realm Platform is a data synchronization platform for mobile applications.

Android studio: UnsatisfiedLinkError: findLibrary returned null - loading native library

I am making an app in Android Studio which uses two libraries. A native library with an Android wrapper and …

android android-studio gradle realm unsatisfiedlinkerror
Attempting to Modify Object Outside of Write Transaction

So I have no idea why I am getting this error. The error message is as follows: * Terminating app due …

ios uialertview realm
Android Realm Migration: Adding new Realm list column

Im using Realm v0.80.1 and I am trying to write migration code for a new property I added. The property …

android migration realm realm-list realm-migration
How to check realm for android data existence?

how do I check whether certain value is exist or not in my realm database based on this code below? …

android realm
How to correctly use Realm

I was trying to avoid creating and managing Realm objects, in my android application, for every fragment. I am thinking …

android thread-local realm
Kotlin data class of RealmObject

I'm using Kotlin and Realm to write a data class data class AuthToken(val register: Boolean, val token: String, val …

android realm kotlin data-class
composite primary key realm/swift

I'm new to swift and realm. I want to make a composite primary key and when I'm trying something like …

ios swift realm
ORDER BY Date - Realm (Android)

I've a column/field called last_message_time of type Date in my Table A. Suppose querying Table A returns …

android realm
Realm support for Swift 3.0

I was wondering whether it is already possible to use Realm with the beta of Swift 3.0. Although I see a …

ios swift realm swift3
How to deliver app with prefilled realm-database

I would like to deliver my app with already prefilled data in my realm database. Do I have to simply …

realm