Android - Listview delete item and Refresh

后端 未结 9 1816
耶瑟儿~
耶瑟儿~ 2020-12-06 02:16

I am trying to implement ListView with Delete functionality to delete item from the listview. I am successful to delete but failed to refresh the listview after deletetion o

9条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-06 03:08

    if you have the cursor, call requery() before calling notifyDataChanged()

提交回复
热议问题