In my project i'm using this https://github.com/ecstasy2/tinder-card-stack library for tinder like cards swipe animation. It work good, but it doesn't support removing top view by button click, like or dislike. I lost a lot of time trying to make some callbacks to library, in which i'am trying to remove top view of stack. Can anyone help me in this quistion ? Or mb any other libs can do this thing ? Thx
Asked
Active
Viewed 1,305 times
0
-
try [this](https://github.com/kikoso/Swipeable-Cards) library – Sep 30 '14 at 18:36
-
i was trying this library first but i have a lot of bugs with it, sometimes onTouch method not work propertly... i want to upgrade this library with some methods, smth like removeTopCard() addTopCard() ... any ideas ? – iCaesar Sep 30 '14 at 19:27
-
You could copy the source and fix what you need – Sep 30 '14 at 19:28
-
i know, i'am already copy it and lost a lot of time trying to understand how to do this thing. I have no any idea how to get topCardView from CardsStackView. – iCaesar Sep 30 '14 at 20:06
-
This may be what you are looking for https://github.com/lawloretienne/TinderStack – Etienne Lawlor Nov 21 '16 at 07:01