Android: Dynamically 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
13:10 UTC
Read the original article
Hit count: 424
What should I do to use custom checkboxes if I add my checkboxes dynamically in my code? (On the java code not on the XML files.) I'm following this tutorial, but using it I can't 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