I am implementing the data base using sqlite in android .I create table and insert value successfully .I also retrieve value. But my problem is that how to get file of DB from DDMS .Actually I saw a developer who take file from DDMS or somewhere else(I don't know) open it and saw all values in that?
Can you please tell me how to get that file .so that I will look it.
Let me explain again.I need sqlite (in which i create table) so that i will check entry ?