I want to create swipe listview, when user swipe right to left on an listview item, user will be show some button options.
It look like below image :
I have been seen some swipe listview library, but it isn't what I need.
Can anyone help me suggest to me the library that can do build my listview?
Thanks.
I used to have the same problem as your, I couldn't find a library to swipe to show other buttons so I ended up writing a new library for myself. Check out my library: SwipeRevealLayout
For your specific layout, the usage is the following:
Add dependencies:
In your row.xml file:
And finally in your adapter (RecyclerView or ListView) class, when you bind your view, use ViewBinderHelper: