Why can't I remove an item?

前端 未结 1 1598
无人共我
无人共我 2020-12-04 03:27

I am really frustrated because I have been trying this for 4 hours today, and I can\'t find a solution. For some reason, my on long click listener doesn\'t get detected some

相关标签:
1条回答
  • 2020-12-04 04:26

    May be try using View.OnItemLongClickListener() instead of AdapterView and change the parameter in OnItemLongClick() to View.

    Hope this helps...

    0 讨论(0)
提交回复
热议问题