I have 50 list item in the list. Now i have checked 10 item, so how to this 10 checked item delete(remove) from the listview when I click delete button.
Here is My C
I am assuming i got ids which are selected. now simply arrayList.remove(position); and call notifyDataSetChanged();