Hi,
I have a Xamarin.Forms application which uses SQLite DB.
The SQLite DB is on my device (Android), and the App uses it for read/write operations.
Now, if I upload the app to the market, I would like the user to get an empty SQLite db in his device.
How can I cause my app to install an Empty db in the user's phone, while he installs the app?
Thank you,
Eliran