My app accumulates information from the user. I would like to store the data into an SQLite database. Creating and writing to the database, I've got done. Where will the data reside in the device. (It is in the Files folder)
In order to open the database, I have to copy it from dirassets to dirdefaultexternal. Can I copy the file back once updated? What creates permanent new storage and where will I find it on the device?
thanks,
In order to open the database, I have to copy it from dirassets to dirdefaultexternal. Can I copy the file back once updated? What creates permanent new storage and where will I find it on the device?
thanks,