How to Use Room Database: A Step-by-Step Guide
First of all, Room is not a database; the actual database here is SQLite. Room is a library in the Jetpack Framework that simplifies tasks and acts as a bridge between SQLite and your code.
Why Do We Use ROOM Database?
The annotations are simple, re...
sagnikmukherjee.hashnode.dev2 min read