#3 - ROOM Database - Read Data | ViewModel - LiveData - Coroutines | Android Studio

preview_player
Показать описание
Hello there and welcome to my Tutorial Series. This current video will be all about Read data from database table.

::::::::::::::::::::
Music: Summer - Bensound
::::::::::::::::::::
Рекомендации по теме
Комментарии
Автор

MainActivity.kt の viewModel.readAllNotes.observe(this, { notes -> adapter.setData(notes) })がerrorになってしまいます...なぜですか?

Pizzakumi