Tuesday, March 4, 2014

How to view Sqlite data of ANDROID eclipse

Step 01
               Run the project
Step 02
              Then go to the DDMS mode
Step 03
           Go to file explore and go to the data folder
                           
Step 04
         Inside data folder there is another folder call data go there and find your project
       
Step 05
        inside your project go the the database folder and from there you can view your db file.click it and click the pull a file from a device
Step 06
   save the file and open it using SqLite Database Browser
        

Step 07
      Select your table name and view the data
           

download the  SQLite DataBase Browser http://sourceforge.net/projects/sqlitebrowser/