Closed kimeeo closed 8 years ago
I also got this problem! @kimeeo : any solutions so far?
I too got the same problem. I am not able to swipe last two items.
i want video to be played inside each card, i am able to achieve this using TextureView to play the Video. and Fortunately it works well, But results in slower performance. There might be a reason of the views not getting recycled.
You have to customize the implementation in setupTopCard
@CodeBoyChd could you please elaborate
please try moving over to SwipeDeck2: https://github.com/aaronbond/SwipeDeck2
it's a little better designed than this version.
final View child = getChildAt(getChildCount() - childOffset);
replace with
final View child = getChildAt(0);
Last two items are not swiping in demo project.