Hey narendra its simple
just google for android dynamically add rows to table layout

http://technotzz.wordpress.com/2011/11/04/android-dynamically-add-rows-to-table-layout/
or

http://bit.ly/uSm16G

Regards,
Abhijeet



On Tue, Nov 8, 2011 at 11:42 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

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

Reply via email to