资讯

This is a project that i created (very basic), just to experiment with kotlin functions and ROOM database. The project is just for me to see how the ROOM database works and to understand kotlin better ...
Using RoomDB, Official Navigation and Official ViewModel in Kotlin Multiplatform for Android, iOS, Desktop platforms. Room Database Kotlin Multiplatform ...
The room is basically an easier implementation of sqlite database and a part of android architecture components.we know that sqlite uses sqlite open helper class to manage sqlite database but room ...