2

Possible Duplicate:
How to view SQL database in Eclipse Debug mode for android

I am developing an android application which involves data base,,,Fetching data from database

Can anyone tell the link of sqlite manager plugin download in android

Thanks in advance Tushar

2

2 Answers 2

2

I would just use an outside program to see the database. Once the database is created navigate to your app's data folder (/data/data/your.package/) and pull the database onto your machine. Then use this program to look at the data and run queries.

Sign up to request clarification or add additional context in comments.

1 Comment

I second, I do that too with sqlitebrowser for linux
0

Sqlite is native in android. You can start with many tutorial to build a database helper, such as this one.

Regards, Stéphane

4 Comments

Stephane can u provide me the link where i can download sqlite manager plugin for eclipse,,,,I am not able to find the download link,,
Here is what you are looking for ... stackoverflow.com/questions/5533340/…
It's also available from eclipse market place
snicolas can u provide me eclipse sqlite manager download market link,,plz if possible..

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.