I´d rather to backup my app data in a separated file instead of let
this feature in users hands.

My indecision at this moment lies basically on these ways:

1 - Just get a copy of my app .db file.
    I think this is not so good because whenever my data structure
changes in any upgrade, my backup´s lost.
2 - Generate a text file, anything like CSV.
    By this way the structure data control should be done manually.
3 - Generate a JSON string of all data into a file.
    Better structure data control.
4 - Serialize my data and objects into a file.
    Better structure data control.

Which one do you think is the best way, or even, anyone of you has a
better way to backup my app data?

Thanks in advance.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to