Android: Dinamically add custom checkboxes to a tableLayout
Posted
by fxi
on Stack Overflow
See other posts from Stack Overflow
or by fxi
Published on 2010-05-23T12:41:26Z
Indexed on
2010/05/23
12:50 UTC
Read the original article
Hit count: 389
What should i do to use custom checkboxes if i add my checkboxes dinamically on my code? (on the java code not on the xml files). Im following this tutorial http://www.anddev.org/novice-tutorials-f8/tutorial-change-look-of-checkbox-t4553.html, but using it i cant achieve my goal.
For example, i have a tableLayout and i want to add a checkbox for each new row i have.
Thank you all.
© Stack Overflow or respective owner