Login and Registartion example ,by ROOMDB using ViewModel in Kotlin
Room provides an abstraction layer over SQLite to allow fluent database access while harnessing the full power of SQLite.
There are 3 major components in Room:
1.Database 2.Entity 3.Dao