What I have: I have a ListView with custom rows, having a CheckBox & two TextViews in each row. I have a button for \"Select All\".
What i
have you looked this Correct way to check all checkboxes in ListView?
int count = getListAdapter().getCount();