In my android app user can insert data and when he/she click the save button that inserted data will be saved in sqlite database. I have a predefined database which is in the assets folder (.db file). Now it can save data and I can see that inserted data in eclipse using sqlite manage plugin. But the problem is it cannot update the database in the assets folder. How can I solve this problem ? Can anyone please be so kind enough to explain what should i do ?
Best regards
Thanx in advance