Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 311 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 311 Bytes

Saving&ReadingExternalSQLite

This repository contains a function which can be used for reading .db file or SQLite files in android java.

readingDB - Reads data from local database. savingDB - Exports local database from app folder to external memory. DatabaseHelper - Local database Format, creating tables.