Tag: Room
-
Easy Steps To Setup Room Database In Android
Room Database is a part of the Android Architecture components which provides an abstraction layer over SQLite which allows for more robust database access while still providing the full power of SQLite. Room is a persistence library, part of the Android Jetpack Before getting started, check out another post on the jetpack, Getting started with WorkManager [Example] Dependency […]