I have a list view with a check box in each row to select that row... And i have a select all check box above the listview to select all the rows at a click and vice versa... is it possible to do so...
Asked
Active
Viewed 5,141 times
3 Answers
18
You can resolve this even easier by simply using 2 methods.
listView.clearChoices();
listView.requestLayout();

Dmitry Zaytsev
- 23,650
- 14
- 92
- 146

BriCo84
- 881
- 1
- 8
- 10