0
I created an application with the Sqlite database. I would like to put the function in the application to backup and restore backup.
I implemented the code of this site http://www.techrepublic.com/blog/software-engineer/export-sqlite-data-from-your-android-device/ however I could not read the file, I do not know if it is a matter of permission. However, it still would not solve all my problem.
I do not know well the Android but with Sqlite the best way to do backup is by copying his file. I don’t know if anyone can help with just this information.
– Maniero
Android is kind of boring with SD permissions, even to encourage devs to use the cloud backup feature that has been available for some time. The main advantage of cloud backup is that if the user formats or changes their device, simply log back into the account and all the application data comes back, until Whatsapp has joined. See if this alternative is no longer worth spending time studying how it works rather than implementing backup in SD. Even because some devices have no SD input, then the backup is almost useless.
– user28595
has some link you’ve read about Sqlite cloud backup for android?
– Joel Messias Do Nascimento
remembering that I saw an article, but I didn’t find it interesting, since it is a personal and mass application, it would have to be like Dropbox
– Joel Messias Do Nascimento
Check this link http://developer.android.com/guide/topics/data/backup.html. In addition, this documentation page does not contain a Portuguese version yet.
– Ruben O. Chiavone