Hello I would like to know if there is a way to use SQLiteOpenHelper in the Android project of the Xamarin forms.
The reason why I would like to use SQLiteOpenHelper is because it supports "OnUpgrade".
Currently when I upgrade the application , all the database gets erased and recreated, again , is there any solution for my problem ?
↧
How to use SQLiteOpenHelper in Xamarin Forms ?
↧