I am using simple listView with simple_list_item_multiple_choice I have added a checkbox and on its checked event want all list items to get selected
simple_list_item_multiple_choice
for ( int i=0; i < listview.getChildCount(); i++) { listview.setItemChecked(i, true); }