In android how can I read database which is in DDMS? I want to see the data of my database which is stored in DDMS can I do this?
There is a much simpler an more elegant way using this tool:
http://www.coderzheaven.com/2011/04/18/sqlitemanager-plugin-for-eclipse/
In the file explorer you can navigate to the database file and then browse through it, no need to deal with sql queries if you only want to check some values in you database.
Unfortunately there doesn't seem to be any more active development for it.