资讯

About This is a sample project that uses Room database to display dummy data in a RecyclerView with Data Binding.
Example App: RecyclerView with Kotlin on Android. Contribute to andijakl/PartsList development by creating an account on GitHub.
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 ...