I got a database helper class that i got from reigndesign.com, and i have it running fine. the problem is when i edit my database sqlbrowser and place it in my assets folder it wont replace my existing database, because in this databasehelper class it will only copy the database from the asset folder if it does not exist, My question is, what will i add to this helper class for it to over write my existing database?
Share
Delete your existing database first with
Context.deleteDatabase()(docs link).