Top "Realm" questions

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

Realm and auto increment Behavior (Android)

I'm trying to get data from Realm using an ID as a reference. However, when querying for an ID, I've …

java android realm
Realm access from incorrect thread

I have an application with a LoginActivity, that when the user login correctly, I register to receive messages. And the …

android realm
How to Clear Database in Realm in Android

I want to clear whole database when a user press logout button and loads a new data when another user …

android realm
RealmList of String Type in Android

I'm using Realm for Local storage in Android. I'm getting following response form server. [{ "ListId": 10, "Names": ["Name1", "Name2", "Name3", "Name4"] }] …

android realm realm-list
How to unlock a tomcat user?

I am using Tomcat 7.0 and a user i defined at tomcat-users.xml is locked. I saw warnings at catalina.out …

tomcat locked unlock realm
How to convert RealmResults object to RealmList?

I have a RealmResults <Student> object. I want to convert it to RealmList <Student> object. any …

android realm
Storing an array of strings using Realm's RLMArray

Does anyone know how you can use Realm to store an array of strings? I'm trying to map the following …

ios objective-c realm
Optional Int in Realm

I am trying to use an Optional Int in Realm and am getting an old error I think. Code dynamic …

swift int swift2 realm optional
After adding Kapt plugin - A failure occurred while executing org.jetbrains.kotlin.gradle.internal.KaptExecution

First of all, I'm pretty much aware that a lot of questions on this error had been posted already here, …

android kotlin mvvm realm kapt
Using enum as property of Realm model

Is it possible to use an Enum as a property for my model? I currently have a class like this: …

ios enums realm