Swipe detection for each row of listview

后端 未结 6 902
长情又很酷
长情又很酷 2021-02-18 16:32

I have a list of videos located in the sd-card. At this point, I just need help in creating gestures or swipe detection for each row in the list view. Thanks to this question at

6条回答
  •  耶瑟儿~
    2021-02-18 16:56

    I'm using the per item approach in my solution - take a look here My swipe detection code might be a bit different from standard swipe detection but it works perfectly for me. And I'm using attached tags to get the item related data. Hope that helps, but if you do have some questions just let me know and I'll try to explain in more detail.

提交回复
热议问题