I have been looking for hours now how to see my database using the program DB Browser for SQLite
(http://sqlitebrowser.org/).
I downloaded the software and i can't find any file on my computer that can be opened with this software.
So what kind of file android SQLiteOpenHelper
class generates? And how can i open it using the software mentioned(Or any other way i can see my database?).
I'm not using emulator. I run my app on an actual device.
EDIT
So i guess i need to do this adb pull data/data/package-name/databases/database-name
and i really dont know how to do it.