yuyakaido / CardStackView

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

Get cardstackview object inside cardSwiped method of listener #348

Open Slake07 opened 2 years ago

Slake07 commented 2 years ago

I am using two cardstackview in my screen. And now I want to listen to card swipe for both. There is no way to add two listeners. and I can't get cardstackview object inside cardSwiped method of the listener. How can I know which card is swipe?