Android: Dinamically add custom checkboxes to a tableLayout
- by fxi
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.