0

I need to implement a swipe gesture using two finger touch input on my ListView from right to left and vice-versa, but it should work exactly like an app named Clean Master who applied this under its "History" section (check the image) for going from Cache to Residual files (but using sinlgle touch input and i want to implement this using two finger touch input). If you've used this app, can you please tell me how to implement this. I've no idea being new to this concept. Please help me learn.

enter image description here

Chintan Soni
  • 24,761
  • 25
  • 106
  • 174

1 Answers1

1

Is this what you need? Its a library called swipe listview.Its so easy to use and have customization options.

Basim Sherif
  • 5,384
  • 7
  • 48
  • 90
  • Thanks bro. But Your answer fulfills the second half of my work. This is one of the things i need to implement later. But before, just like this i need to swipe whole listview instead of a row inside it, taking two finger as a touch method. – Chintan Soni May 24 '13 at 13:23