0

I made an app. It has a listView and want to implement in it a right swipe action. Exactly like in this example. Is there anything similar defined in android or library that does exactly the same as in the screenshot ?

test
  • 13
  • 7
  • Related http://stackoverflow.com/questions/20797099/swipe-listview-item-from-right-to-left-show-delete-button – Uma Kanth Mar 07 '16 at 09:14
  • i think this links can help you https://github.com/hudomju/android-swipe-to-dismiss-undo , https://github.com/baoyongzhang/SwipeMenuListView – Kristiyan Varbanov Mar 07 '16 at 09:15

1 Answers1

0

http://www.jayrambhia.com/blog/swipe-listview/

Here is an example, easy to implement and don't have to use third party library.

Good luck!

Robert Banyai
  • 1,329
  • 12
  • 14