I am trying to create a local database on an android phone using sqlite.
sqlite
I have a helper class, shown below, that is used to create the database and pro
You have to call getWritableDatabase() or getReadableDatabase().
getWritableDatabase()
getReadableDatabase()