I have installed my application on my device and would like to know how to pull the database off the device to view it.
Also how do I encrypt the database?
I have installed my application on my device and would like to know how to pull the database off the device to view it.
Also how do I encrypt the database?
You can use DDMS to pull any file off of an emulator. If you are using a physical device you will need root access to get the database file off of the device because the data folder is protected.
I use SQLite Database Browser to view the database once I get the file off the device.