I think that's a great idea. On Nov 8, 12:12 pm, Narendra Singh Rathore <[email protected]> wrote: > 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 [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

