Getting Started with Room on Android
Gone are the days of SQLiteOpenHelper. We live in a new era of Android Development dominated by Android Architecture Components. One of which is the Room Persistence Library: a library that provides an abstraction layer of SQLite for more robust access database access with sexy… Read More »Getting Started with Room on Android