Question about build APK with sqlite database file

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

You can find almost anything you need in the docs.  Hereis the sqlite info

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

You can find almost anything you need in the docs.  Hereis the sqlite info