Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Custom swipe layout #98

Closed
mdtuyen opened this issue Jun 4, 2016 · 3 comments
Closed

Custom swipe layout #98

mdtuyen opened this issue Jun 4, 2016 · 3 comments
Labels

Comments

@mdtuyen
Copy link

mdtuyen commented Jun 4, 2016

I want to custom swipe layout as this library SwipeMenu

That mean, I can swipe lef, right, top, bottom and still show a part of frontview when swipe. How to implement it ?

@davideas
Copy link
Owner

davideas commented Jun 4, 2016

@mdtuyen, I tried, it is not technically possible with the ItemTouchHelper at our disposal.
This is a point to review and improve, but not soon. It must be something custom as that library.
Difficult to say that it can be part of an Adapter.

@davideas
Copy link
Owner

Another nice alternative could be https://github.com/chthai64/SwipeRevealLayout.

@tspoke
Copy link

tspoke commented Jul 23, 2018

I was looking for a way to implement swipe with FlexibleAdapter. I tried your solution (SwipeRevealLayout), but I needed 2 sides swipe.

I found a cool library, with no adapter change : https://github.com/rambler-digital-solutions/swipe-layout-android

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants