You can download the database file from the device to your computer, and then use any browser / SQLite tool to check the database.
Or using the adb command line tool from the Android SDK tools
adb pull /data/data/your.app.package.here/databases/yourdatabasefile.db
or through the device browser (Explorer) in Eclipse in the DDMS version (perhaps this also exists in IntelliJ, Idk)
or the new Android SDK tools provide a neat, stand-alone version of this DDMS perspective and file explorer using the new Device Monitor tool ( android-sdk/tools/monitor.bat )
zapl
source share