Hi, I am new to android. I created a data base named as example.db with some tables in SqlLite. It worked fine. It was also created in data/data/com.mypackage.myapp/databases/example.db.
Now, I need to open that database and see the content in the database. How can I do this?