vendredi 7 août 2015

When is a SQLite database initially created in Android?

I am familiar with the notion of the SQLiteOpenHelper class and its onCreate & onUpgrade method, but when is the database itself actually instantiated for the first time? Is it during installation of the app, or upon the first call of getWritableDatabase()/getReadableDatabase() ?

Thanks!

Aucun commentaire:

Enregistrer un commentaire