In this tutorial, we'll learn how to set up a Room database for a Compose Multiplatform Project step-by-step and perform CRUD operations using the MVVM architecture.
Want to learn more about Jetpack Compose? Join our comprehensive Jetpack Compose course at https://bit.ly/44wxWJ0.
☕ Coffee for Code https://ko-fi.com/hoodlab
📂 Source Code https://github.com/Hoodlab/KmpRoomDb
Timestamps
00:00 Introduction
00:17 Project Setup
03:55 Setting Up Database
19:10 Setting Up Repository
20:48 ViewModel
27:00 Injecting Dependencies Manually
33:00 Composable Screen
42:45 Test run App
45:10 Outro