Start with the Room Kotlin API

Room It is the encapsulation of SQLite, which makes the operation of Android database very simple. It is also my favorite Jetpack library so far. In this article, I will tell you how to use and test the Room Kotlin API, and I will share its working principle during the introduction. We will be based on Room with a view codelab Explain it to ...

Posted by shruti on Wed, 10 Nov 2021 19:24:16 -0800