Android Room Database || CRUD || Part 1

Android Room database is a part of jet pack components provided by android. Android room database is similar to that of Sqlite db previously used in android app development, with added advantages like query check during compilation and also easy to declare and use avoiding the boilerplate code. We have seen other local databases before … Continue reading Android Room Database || CRUD || Part 1