Try with table layout,
And fill different colors for Table and Table row,
set margins so that it will show like table with lines.
You can easily google it.

Thanks & BR,
Pawan Rathore




On Tue, Nov 8, 2011 at 11:42 PM, Narendra Singh Rathore <
nsr.curi...@gmail.com> 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 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

-- 
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