John SMITH
John SMITH

Reputation: 111

Swipe to Delete Layout for ListView

I have created an Android application in which I want to implement Swipe to Delete functionality on ListView like below picture.

enter image description here

How to make it possible.

I have tried using some examples but not getting result like above picture.

Upvotes: 1

Views: 1071

Answers (1)

Sanchit Gupta
Sanchit Gupta

Reputation: 26

Try following library to create a swipe to delete list.

https://github.com/baoyongzhang/SwipeMenuListView

Upvotes: 1

Related Questions