Skip to main content

Posts

Showing posts with the label view sqlite in eclipse

SQLiteManager plugin for Eclipse

See more basics on Android along with interview questions How can we access the database?i will give solution to all these problems. I created the database from my previous post about Using SQLite in ANDROID You can see the sqlite database in eclipse by opening File Explorer .Then /data/data/package_name/databases But here we cannot see the tables and table data . For viewing the table details Eclipse has a plugin. You can download the jar from below.           download jar Now put the jar in the folder eclipse/dropins/ and restart the eclipse and now you can see the sqlitemanager plugin on the top right of the File Explorer window reference link : http://www.coderzheaven.com/2011/04/18/sqlitemanager-plugin-for-eclipse/