I have an ArrayList List which contains some items from the listview all_list. How can I select these items in the list view all_list programmatically
ArrayList List
set an onItemClickListener to the listview such that on click, you set a boolean flag that sets the checkbox in each row to selected. then call notifyDataSetChanged()