So my app uses a content provider and SQLite database, similar to the Google notepad example. I found SimpleXML and wanted to use that to import/export the database so it could be transfered between devices. The only example I have found is this example.I would like to not have to write some intermediary classes to transfer the database in/out. Has anyone found an easy way, maybe even doing it without simplexml?