I understand it is quite easy to install SQLite database along with the application. My question here is about a manual update. Another words I would like to be able to copy file to the device manually.
Here is a scenario:
1. User installed the App along with the database (ie.e MyData.db file)
2. User was given newer version of the file and needs to copy that file to the device from PC
Assuming the first method to be the easiest, I would like to ask where the particular file needs to be copied in order to be replaced with the old one ? Is it enough to copy the file to the device to particular folder, or I need to do something else ?
Arthur
Here is a scenario:
1. User installed the App along with the database (ie.e MyData.db file)
2. User was given newer version of the file and needs to copy that file to the device from PC
a) using USB connection (probably the easiest)
b) using WiFi
c) using BlueTooth
b) using WiFi
c) using BlueTooth
Assuming the first method to be the easiest, I would like to ask where the particular file needs to be copied in order to be replaced with the old one ? Is it enough to copy the file to the device to particular folder, or I need to do something else ?
Arthur