Room Database For Beginners

preview_player
Показать описание
This is part of an online Android development tutorial. This lesson does not use any ViewModel or repository. Room can be used to add database support to your application without doing low-level operations directly with SQLite.

Solution to the bug shown in the video:

private fun updateList() {

runOnUiThread{
}
}

}

Enjoy! Let me know what you think of the tutorials.
Рекомендации по теме