Reputation: 111
I have created an Android application in which I want to implement Swipe to Delete functionality on ListView like below picture.
How to make it possible.
I have tried using some examples but not getting result like above picture.
Upvotes: 1
Views: 1071
Reputation: 26
Try following library to create a swipe to delete list.
https://github.com/baoyongzhang/SwipeMenuListView
Upvotes: 1