[android-developers] How to add multiple buttons and multiple tablerows dynamically

2011-08-01 Thread grebwerd
Hello I want to click a button that will add a new button to a table
row every time it is clicked. After 3 buttons have been added to the
row, I want to dynamically create a new table row and add a new button
to it.

I know how to add a row with a button(s) to a tableLayout if I click a
button. I don't know how to modify the table row every time I click so
I can add an additional button.

Any advice would be quite helpful and appreciated.

Thanks in advanced

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


Re: [android-developers] How to add multiple buttons and multiple tablerows dynamically

2011-08-01 Thread TreKing
On Fri, Jul 29, 2011 at 9:30 PM, grebwerd grebw...@gmail.com wrote:

 I don't know how to modify the table row every time I click so I can add an
 additional button.


Just add a button to the row.

-
TreKing http://sites.google.com/site/rezmobileapps/treking - Chicago
transit tracking app for Android-powered devices

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