Skip to content Skip to sidebar Skip to footer
Showing posts with the label Realm

Realm Access From Incorrect Thread

I have an application with a LoginActivity, that when the user login correctly, I register to recei… Read more Realm Access From Incorrect Thread

Implements Serializable On Realmobject 0.88

I've been to see the new updates of the Realm 0.88 and I found this interesting: Implement int… Read more Implements Serializable On Realmobject 0.88

Usage Of Parceler (@parcel) With Realm.io (android)

I have the following code which produces the error: Error:Parceler: Unable to find read/write gener… Read more Usage Of Parceler (@parcel) With Realm.io (android)

Realm Causes My App To Crash When Trying To Build A Realmconfiguration

I'm trying to use Realm as a database for high scores in my app. However, when this line of cod… Read more Realm Causes My App To Crash When Trying To Build A Realmconfiguration

Use Vuforia And Io.realm Db Crash The App

I am having trouble using the SDK-Vuforia 5.0.5 with io.realm data pack. When attempting to boot th… Read more Use Vuforia And Io.realm Db Crash The App

Rxjava Group Two Responses One Of Which Might Be Null With Zip Operator

I want to make two concurent request to Realm database and return results with RxJava. The issue is… Read more Rxjava Group Two Responses One Of Which Might Be Null With Zip Operator