I am trying to save some data in SQLite database in an android app.
Problem
Data is saved and read without any problem but when I try to view the database file using DB browser for SQLite, database file is empty, it has no tables.
I have all three database files
.db.db-shm.db-wal
in the same directory but that doesn't makes any difference.
Question
How can I view the database file in DB browser for SQLite?
SQLiteDatabase- you have toclose()it