Skip to main content

All Questions

4 votes
2 answers
543 views

Storing realm objects using Kotlin extensions

I am a Java Android Developer and I'm approaching Kotlin. I have defined the following class: open class Player : RealmObject() { ... } And I defined the ...
Gianni Genovesi's user avatar