Posts by juliancio • 93 points
3 posts
-
3
votes1
answer46
viewsA: How to use Realmobject class
To solve this problem it is necessary to put the library in the build.Gradle. classpath "io.Realm:Realm-Gradle-plugin:2.2.1" In my case it got that way: dependencies { classpath…
-
2
votes1
answer46
viewsQ: How to use Realmobject class
I am working on an Android project and while trying to use the class Realmobject it is not recognized, even importing the package io.realm.Realmobject. This class is no longer available?…
-
4
votes1
answer577
viewsQ: java.lang.Numberformatexception: Invalid double: ""
While running my app appears error: java.lang.NumberFormatException: Invalid double: "" I don’t know what to do. The error happens when I leave a blank value, for example, the app makes the sum of 2…