Hi! I like integrate my own 'Sqlite' database in my deploy application. This database has a lot of customers records and I need to implement it when install my application.
1. Add the database file to the Files tab in the IDE.
2. Use DBUtils.CopyDBFromAssets to copy the database file to a writable folder (it will only copy it once).