hi frnds, I actually want to show my database table in tabular form in
my avd. Is there any simple way to achieve that.
I am currently using single class for database (no sqliteDBHelper),
with the help of cursor object.

Cursor cur;
tv.setText(cur.getString(0)+"  "+cur.getString(1));              //tv
is textView here

sry if its a silly question
Any help will be appreciated....

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to