Backup of sqlite database as xml in android

finderokeeps

New Member
I am using sqlite database in our android app to store some complex relational data. I now want to be able to backup the database data in a xml file which can be later parsed and restored. The data has complex relation. How should I go about mapping complex relational data to xml?
 
Back
Top