Android Open Source - SQLite file android-import-export-DB






Project Summary

backup an android sqlite DB to a JSON or XML file.

Web Site / Source Repository

android-import-export-DB is hosted in the following web site
https://github.com/vogtp/android-import-export-DB

If you think the Android project android-import-export-DB listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

Project Detail

The following table is the detailed list of android-import-export-DB.

ItemValue
Java File Count16
Minimum SDK Version4
Activity Count0

Java Source Files

android-import-export-DB has the following Java source files.

ch.almana.android.db.backend.DBBase.java
ch.almana.android.db.backend.DBProviderBase.java
ch.almana.android.db.backend.UriTableMapping.java
ch.almana.android.db.importexport.BackupRestoreCallback.java
ch.almana.android.db.importexport.constants.JsonConstants.java
ch.almana.android.db.importexport.exporter.DataExporter.java
ch.almana.android.db.importexport.exporter.DataJsonExporter.java
ch.almana.android.db.importexport.exporter.DataXmlExporter.java
ch.almana.android.db.importexport.exporter.ExportConfig.java
ch.almana.android.db.importexport.exporter.ExportDataTask.java
ch.almana.android.db.importexport.helper.ProgressCallback.java
ch.almana.android.db.importexport.importer.DataJsonImporter.java
ch.almana.android.db.importexport.importer.ImportConfig.java
ch.almana.android.db.importexport.importer.ImportDataTask.java
ch.almana.android.db.importexport.importer.JSONBundle.java
ch.almana.android.db.view.preferences.DatabasePreferenceHelper.java