Kotlin Multiplatform Room Database Project Tutorial for Beginners (MVVM)

preview_player
Показать описание
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.

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
Рекомендации по теме
Комментарии
Автор

thank you :) your example helped me a lot

nikitakolesnikov
Автор

Please tell me how to assemble this project for iOS?

nikitakolesnikov
Автор

hey man, recently started learning mobile development. Just wondering why I have an xml file and write everything in it instead of writing code like you? This isn't the first time I've seen this, maybe I'm using outdated technologies?:/

Artem-kwpb
Автор

Hi. can u make it work with Room alpha 07. It now needs a RoomDatabaseConstructor implementation.

ZDeveloper