How can I see the structure of Table in sqlite without using any commands.
http://www.sqlite.org/sqlite.html – this will help us to find the structure of the table using commands in android.But I hear there is a plugin which help us to get the structure of the table.
How can I see the structure of Table in sqlite without using any commands.
Share
if u r using eclipse u can download this plugin just a copy paste of a .jar file 🙂
Just go through
this Link follow instructions and see database in emulator of Eclipse.
Normally Database stored in //data/data//databases/ folder of the Android Device.