Is there a way to directly inspect an SQLite3 database in Android via Eclipse or do I have to do this via the shell?
http://sqlitebrowser.sourceforge.net/index.html
This is a simple way of inspecting the contents of a database. Just use the DDMS to pull the database from the device and then open.