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
  • 12,579
  • 20
  • 65
  • 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
  • 32,707
  • 5
  • 57
  • 77