Hello ,
I found out that when I rebuild a solution and run it on an emulator or real device , all my stored data are removed, I suspect that the db3 file is recreated again.
I would like that my data to be more persistent . How to do that ? I use this statement to save the file string
documentsPath = System.Environment.GetFolderPath(System.Environment.SpecialFolder.Personal);
So how can I find the file itself by the way ?
↧
SQLite Android : All data are removed sometimes after rebuilding.
↧