Last Updated: February 25, 2016
·
1.212K
· Amokrane

Using the CheckBox widget on a ListView/GridView row

If you have a ListView or a GridView and if their rows contain a CheckBox, don't forget to set the following attributes to those CheckBoxes:

android:focusable="false"
android:focusableInTouchMode="false"

Otherwise, it will prevent your ListView/GridView to respond to click events. More info, here: http://bit.ly/nMtgvQ