Where on the android device can I save data such that it is never deleted even when the app is deleted/uninstalled?
Thanks,
Genie
Where on the android device can I save data...?
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
Re: Where on the android device can I save data...?
Hi Genie,
Try
Data will be retained when an update is installed. If the user chooses to remove your app together with all data, then this decision is up to the user and there's nothing you can do about it.
Kind regards,
Mark
Try
Code: Select all
specialfolderpath("documents")
Kind regards,
Mark
The biggest LiveCode group on Facebook: https://www.facebook.com/groups/livecode.developers
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode
Re: Where on the android device can I save data...?
Hi Mark,
Will just ask how can I get the database file in "documents" on android device?
Thank you
Will just ask how can I get the database file in "documents" on android device?
Thank you
Re: Where on the android device can I save data...?
Hi,
Actually, this question isn't completely clear. Elsewhere, I wrote that you can use several ways to backup data, e.g. using PHP or FTP. Dropbox is also an option, but probably not the best option for you.
The app itself should always have access to the database. So, it is the app that should create a dump of the database and store it elsewhere, e.g. on a server.
Kind regards,
Mark
Actually, this question isn't completely clear. Elsewhere, I wrote that you can use several ways to backup data, e.g. using PHP or FTP. Dropbox is also an option, but probably not the best option for you.
The app itself should always have access to the database. So, it is the app that should create a dump of the database and store it elsewhere, e.g. on a server.
Kind regards,
Mark
The biggest LiveCode group on Facebook: https://www.facebook.com/groups/livecode.developers
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode