class QuranDatabaseHelper(context: Context) : SQLiteOpenHelper(context, DATABASE_NAME, null, DATABASE_VERSION) companion object private const val DATABASE_NAME = "quran.db" private const val DATABASE_VERSION = 1
Here's some sample code to get you started: quran app android github work
Room (SQLite) for storing ayah text, metadata, and user history. and user history.