views:

170

answers:

1

Building an application, I need to make a big grid/table of buttons. I need to make the number of rows and columns dynamic. That is, evolving when I send some parameters through the network (the network part is OK, I can transmit/receive thing and store in a variable.)

A: 

Are you asking if you should hardcode it or make it dynamic or are you asking how to do it? This shows a way to dynamically add rows to a table, you can use a similar process to .removeView and whatnot to achieve your goal I think.

Dan