I am creating an example application that will create a database, insert data, and finally display it in a spinner.
For testing, I use my Android phone instead of an emulator (since I get its slow response).
My problem is the successful execution of the application, but the spinner does not display the result. Also, I cannot view the folder structure in DDMS-> data.
I was confused if the database was created or not. Please suggest me how to view the database if we use a real device instead of emulatpor
source share