yuyakaido / CardStackView

📱Tinder like swipeable card view for Android
Apache License 2.0
2.37k stars 448 forks source link

how do I add listener for right or left swipe? #275

Closed alonsd closed 4 years ago

alonsd commented 5 years ago

I do not understand how do I add logic specific for left/right swipes, and in general how do I add listeners for swipes because I can't figure out where should the CardStackListener go into.

bcho commented 5 years ago

You can listen to onCardSwiped(direction: Direction?), the direction tells about the swiped direction (left/right etc)

alonsd commented 5 years ago

Where do I add it? To the recyclerview itself or to the layoutmanager? Because I did not find it at either of them

bcho commented 5 years ago

See here: https://github.com/yuyakaido/CardStackView#callbacks