CardStackView icon indicating copy to clipboard operation
CardStackView copied to clipboard

📱Tinder like swipeable card view for Android

Results 111 CardStackView issues
Sort by recently updated
recently updated
newest added

Or give me a Example project by which i can understand to apply

While getting started with this library, I was initially confused as to what the setup looks like. Looking through issues like #290 and #188 others run into this confusion as...

Initial stage all card swiped manually or programmatically worked fine but after get swipe all cards updating adaper with new cards but its not working programmatically swiping and after dragging...

How to stop card swipe from bottom to top direction

I get additonal whitespace below the CardStackView whenenver I use it. It doesn't seem to be the margin or padding. https://stackoverflow.com/questions/58042328/yuyakaido-cardstackview-additional-space-below-cardstackview

webview loading the data. but not visible .

when i swipe the card left or right it stops for some time at last during swipe, only last three position swipe properly here is the code i used cardStackLayoutManager...

Right now, if i use `CardStackLayoutManager.setDirections(Directions.Right)` and `CardStackLayoutManager.setCanScrollVertical(false)`, the user can swipe only to one side, but the other side will still drag and animate back when the user releases...

enhancement

Now if I implement this listener, I have a lot of methods that I will not use because I only need one or two. Should be great to avoid this...

enhancement

I need to remove adapter from CardStackView, because of some memory leaks. And I can't because there is a `registerAdapterDataObserver` called on adapter without checking if new adapter is null.