i want to crate dynamic table which row contain two check boxes(custom check box) and i want to give to that check box onCheck or onClick event to that particular check box ..how to create such type of dynamic layout in Android?? Please help me…
i want to crate dynamic table which row contain two check boxes(custom check box)
Share
Try out this code:
The textview is just for demonstration purpose..you can have another checkbox and can handle the same as the first one