Realm Kotlin Tutorial

1 · Law Gimenez · July 8, 2021, 2:04 p.m.
First things first, make sure you followed the official Realm tutorial on how to install it on your Android project. Here’s how I implemented it on my Android project using Kotlin. After installation, initialize the Realm instance on your Application class or your launcher Activity. Create your Realm object by extending the RealmObject class. Let’s … Continue reading Realm Kotlin Tutorial...