0

where do the tables created using SQlite database will be stored in Android? how to access them and see the data contained in them.

Android_programmer_camera
  • 13,197
  • 21
  • 67
  • 81

1 Answers1

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

Where does Android emulator store SQLite database?

Community
  • 1
  • 1
Aaron Saunders
  • 33,180
  • 5
  • 60
  • 80