I’m testing an application using a SQLite database. When I run the project in the emulator (ie reinstall) the old data from the previous install still exists in the database. Is there something like an unInstall method I can call to wipe the old data and start fresh?
Share
You can simply change the DATABASE_VERSION field in your code. In the next run the database will be recreated.