where do the tables created using SQlite database will be stored in Android? how to access them and see the data contained in them.
Asked
Active
Viewed 628 times
1 Answers
0
Android documentation explains it and the SDK provides a tool for accessing the database
http://developer.android.com/guide/topics/data/data-storage.html#db
there is additional information about db location in emulator here

Community
- 1
- 1

Aaron Saunders
- 33,180
- 5
- 60
- 80