Exporting Sqlite data from an Android Application

Posted by meg18019 on Stack Overflow See other posts from Stack Overflow or by meg18019
Published on 2009-10-23T01:08:11Z Indexed on 2010/06/12 14:02 UTC
Read the original article Hit count: 192

Filed under:
|
|

My Android application stores all user data in a Sqlite database. What are my options to backup/export/import/copy this data? I know I can easily copy the database to the SD card. I would also like to send the data to a network server. Are there any packages/classes available to facilitate getting sqlite information to/from a network server? Thanks for the help...

© Stack Overflow or respective owner

Related posts about database

Related posts about android