Either make an activity which runs a query and gets the cursor and
display it or use the shell to directly access it.

For the shell simply start type "adb shell" into your commandline/
shell and you're connected with the emulator via shell. Then simply do
an

cd /data/data/<yourpackage>/databases
sqlite3 <yourdatabasename>

and do a query like

SELECT * FROM <yourtable>;

On Jan 22, 12:17 pm, jaimin <jaiminmeht...@gmail.com> wrote:
> i am new to android. i have done notepad in android and i use sqlite
> database . now i put some notes in my notepad.now how can i see the
> database of my notepad?
>
> can anyone tell me?
>
> thanks.
> jaimin
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
android-beginners-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to