For a program that I have written myself, is there a method of accessing the data in an Eclipse view from inside the database? I know where the database file resides (com.blah.main > data > database > databasename), but I can't figure out how to view it, except in command line interfaces.
I thought perhaps because I'm new to Android development there was a plugin view I was overlooking that would make examining the data easier (and visually).