I am implementing extra features into an app, and I have been asked to add some more data into the database. My question is how do I view the database (SQLLite Database) within Eclipse or outside Eclipse and how would I add data into the database?
Thank You (This is my first android project)