Questions tagged as 'realmdb'

2
answers

How to debug errors in Realm DB?

How can I debug this error and know its source: lib    c ++ abi.dylib: terminating with uncaught exception of type realm :: IncorrectThreadException:     
asked by 26.05.2016 / 17:40
0
answers

When not to use Realm?

In some Benchmark tests, comparing Realm with SQLite and a few other ORMs according to link we can see a much superior performance compared to the other database. So here's my question: When not to use Realm? Why is your performance cons...
asked by 05.10.2017 / 16:12
1
answer

Verify that all objects in the class that extends RealmObject are empty

My Book.class that extends realmobject public class Book extends RealmObject { private String title; private String author; public String getTitle() { return title; } public void setTitle(String titl...
asked by 15.09.2016 / 16:04
1
answer

Swift 3 / Realm - How to filter an Object inside another filter

My intention is to filter a single line within the results of the previous filter, but returning the same type, so that I can perform a third filter. Here's my attempt: func salvarDadosAluno(_codPessoa: String, _codCurso: String){ let...
asked by 21.02.2017 / 20:22
1
answer

Problem trying to update object instance with Realm

I made a request on the local database and received an array with the data. Then I run the array with looping for, looking for an object with a specific id, when locating the object I try to update a property, however Realm throws the following...
asked by 29.04.2016 / 02:16
0
answers

Problem after installing Realm in Xcode 9.3 and using the Objective C language

Hello, I'm facing the problem of the image below after installing Realm by cocoapods for the programming language Objective C and Xcode 9.3. I do not know what to do to solve this problem. Thank you in advance.     
asked by 21.07.2018 / 17:50
0
answers

Synchronize android database with server

Good afternoon, I have an android application, the implementation of the database was done using Realm, I currently have to synchronize the android data with Firebase database realtime, I did not use the standard Apis of Firebase for persiste...
asked by 16.04.2018 / 19:49
0
answers

Store ImageButton in Realm database

I would like to store an ImageButton with an image, an audio, and the position where it sits within the Realm database. It's possible? I'm starting with Realm now and I've only been able to store, delete, and show a string from some EditText....
asked by 17.03.2018 / 21:06
1
answer

How to migrate to the new version of Realm

Hello, I have a simple app from my news site, I found it on GitHub some time ago and I edited it. But it did not work on some devices (Android 5.1 up) when it was the fix I discovered that with the latest updates of Android Studio it is no lo...
asked by 15.02.2018 / 16:27
1
answer

Realm .NET - Create object copy

I'm having problems using Realm in .NET with Xamarin. I can usually add, update, or delete objects from a Realm. But as the pro version .NET does not have a copyFromRealm, here comes my doubt. My method should open the realm, query the obj...
asked by 18.12.2017 / 20:15