Swipe to show Buttons in ListView just like IOS

Nitesh Kumar picture Nitesh Kumar · Jan 10, 2015 · Viewed 9.2k times · Source

I am trying to achieve IOS Mail like swipe effect in Android. I have gone through several links and blogs but nothing was as good as IOS Mail app. I also searched SO but nothing was helpful.

I tried below link:

https://github.com/47deg/android-swipelistview
https://github.com/dharanikumar/IOS_7-SwipeGesture-Android
https://github.com/baoyongzhang/SwipeMenuListView

This is what I want:

enter image description here

enter image description here

How can I apply these effects in Android ListView? Is there any library or some piece of code which might be helpful?

Answer

Kai picture Kai · Jan 10, 2015

Not sure what are the issues you've had with the other libraries, but you can try this one: AndroidSwipeLayout

I'd also like to point out it's kinda futile to try to mimic a specific app of another platform in terms of look & feel.