exporting database file as text or xml in android

后端 未结 2 1125
悲哀的现实
悲哀的现实 2020-12-29 17:20

Hi I have been looking for days on how to export my database as a xml or text file but cant seem to find what I am looking for. All the tutorials and code snipets I have com

2条回答
  •  星月不相逢
    2020-12-29 17:36

    Check following

    http://mgmblog.com/2009/02/06/export-an-android-sqlite-db-to-an-xml-file-on-the-sd-card/

    Export sqlite database file into XML and then into Excel spreadsheet

    Exporting a SQLite database to an XML file in Android

    http://ashwinrayaprolu.wordpress.com/2011/03/15/android-database-example-database-usage-asynctask-database-export/

    http://www.screaming-penguin.com/node/7749

提交回复
热议问题