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.