where do the tables created using SQlite database will be stored in Android? how to access them and see the data contained in them.
views:
16answers:
1
A:
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
http://stackoverflow.com/questions/1510840/where-does-android-emulator-store-sqlite-database
Aaron Saunders
2010-10-16 15:59:16