android import export database android import export database sqlite sqlite

android import export database


For backing up your Android SQLite database to the SD card.

And refer this stackoverflow question (Making a database backup to SDCard on Android): Making a database backup to SDCard on Android


Use the android backup service, released under android 2.2. very helpful in case of data lose or SD card corrupted your application data will be safe on google cloud.

Android Backup Service is integrated with Android's data backup framework to perform data backup and restore for most devices running Android 2.2 or greater, using Google servers and a backup transport on the device.

http://code.google.com/android/backup/index.html

http://developer.android.com/guide/topics/data/backup.html