Hello,
I like to get a suggest of method, regarding best practices for my App :
1/ i have an SQLITE db that contain general setting strings and language strings for its operation, and independent of user data. I systematicaly copy that DB from asset dir to Internal, so even after app updating, that strings are always uptodate.
2/ i have an other SQLLITE db that contain user settings tables and data tables completely dependent of the user. That DB is not killed or modify by app updating
So, is 2 databases the good way to admin this two different kind of data ?
Regards
Michel
I like to get a suggest of method, regarding best practices for my App :
1/ i have an SQLITE db that contain general setting strings and language strings for its operation, and independent of user data. I systematicaly copy that DB from asset dir to Internal, so even after app updating, that strings are always uptodate.
2/ i have an other SQLLITE db that contain user settings tables and data tables completely dependent of the user. That DB is not killed or modify by app updating
So, is 2 databases the good way to admin this two different kind of data ?
Regards
Michel