How to delete check box items from list

后端 未结 6 1227
花落未央
花落未央 2021-01-14 02:24

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

6条回答
  •  说谎
    说谎 (楼主)
    2021-01-14 02:46

    Refresh the listview again when you have selected the checkbox and delete button pressed. Means you have to set the adapter again to the list view after items has been deleted. Thanks

提交回复
热议问题