Hi all,
I save some data in sqlite at the simulator, and I want build the apk with these data in the sqlite,le
Is that possible to create the apk with sqlite database and the data within the database?
If yes, please give me some hint,
Thank you all.
Hi all,
I save some data in sqlite at the simulator, and I want build the apk with these data in the sqlite,le
Is that possible to create the apk with sqlite database and the data within the database?
If yes, please give me some hint,
Thank you all.
Yes. As long as it is in the project’s folder it will be included. It will be accessible via the system.ResourceDirectory (which is read-only).
Thank you JonPM, can you give me more hint? like how to find them and how to point the sqlite databese’s name
Yes. As long as it is in the project’s folder it will be included. It will be accessible via the system.ResourceDirectory (which is read-only).
Thank you JonPM, can you give me more hint? like how to find them and how to point the sqlite databese’s name