I have tested creating, inserting and retrieving data into my apps db, and know it works through usage of Log statements.
However, I wish to expedite testing and us
If you are on Windows follow these instructions step by step:
cd C:\Android\sdk\platform-toolsadb rootadb pull /data/data/ name-of-your-package /databases/name-of-your-databaseplatform-tools.Then you can install Sqlite Manager extension in Google Chrome via chrome webstore and use it to view and manage your exported database.
In case you have a rooted phone you can follow the same instructions as above.