I am starting with DBHandling. I have performed CRUD operation and i want them to see instatntly in my DB.
I have pull the DB from file explorer in eclipse and open that DB in sqlite browser, but i want to reduce my effort, what i want is when i perform some operation on DB, all the changes in DB should be visible to me instantly.. i dont want to pull the DB again and open in sqlite.
please suggest some alternative.
Thanks for reading the query and giving your time
Open your eclipse, Go to DDMS, Select file explorer(there you will get the list of emulators, select one if you launched more then one), Go to data, in that there is another sub folder named data, now you will get the package name of list of installed apps, select you app, in that you will find db if you created , you can pull and push that db