I am trying to use an example from realm-java on github and figured that RealmBaseAdapter has been removed from io.realm package. Where is it being saved now?
It has been split into a separate dependency as of Realm Java v0.90. Per the Adapters section of the Realm Java documentation, you should add the following to your build.gradle
to use RealmBaseAdapter
:
dependencies {
compile 'io.realm:android-adapters:2.1.0'
}
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With