Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Swipe to show Buttons in ListView just like IOS

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?

like image 585
Nitesh Kumar Avatar asked Aug 31 '25 10:08

Nitesh Kumar


1 Answers

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.

like image 195
Kai Avatar answered Sep 03 '25 00:09

Kai