Greetings,
I'm looking in the documentation for SQLite on Android but can't seem to find the anser for my question - so maybe someone here can help.
When I create a database using the SQLiteOpenHelper will the database only be created once if it does not exist or will it be overwritten each time I call the OnCreate method.