Full Guide to Mongo DB Realm as a Local Database for Android (Kotlin SDK)



Full Guide to Mongo DB Realm as a Local Database for Android (Kotlin SDK)

Full Guide to Mongo DB Realm as a Local Database for Android (Kotlin SDK)

🌟ONLINE COURSE – Build a Multi-Modular, Industry Ready Android app with Kotlin, Authentication and a MongoDB’s Device Sync for a Synchronized Database: https://stevdza-san.com/p/multi-module-android-development-with-mongo-db-realm-sync

This will be a full guide on how to use a Mongo DB Realm as a local database in your Android app. I’m going to cover almost everything you need to know, so that you can get started as quickly as possible.

So I know that the most popular library at the moment for a local database in Android is ROOM, but after watching this video you might want to consider switching from ROOM to Mongo DB, because working with Realm feels so easy.

LIKE and COMMENT the video if you appreciate the content!

💻 Source Code: https://github.com/stevdza-san/MongoDBRealm

⌚Timestamps
0:00 – Application Preview
3:11 – Full Course
3:38 – Introducing with a MongoDB Realm
5:52 – Project Overview
8:58 – Create Object Model
10:27 – Object ID as a Primary Key
11:16 – @Index annotation
12:20 – @Ignore annotation
12:41 – Relations
13:54 – RealmInstant – Date and Time
14:26 – Configure the Realm
16:26 – Mongo Repository – CRUD Operations
20:40 – HomeViewModel – Connect the dots
23:43 – Realm Studio – View/Edit/Design the Database

Comments are closed.