aaronbond / Swipe-Deck

A Tinder style Swipeable deck view for Android
MIT License
797 stars 158 forks source link

I am not able to swipe last two items. #47

Closed dev01-adroitinfosol closed 8 years ago

dev01-adroitinfosol commented 8 years ago

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.

jituiitm commented 8 years ago

final View child = getChildAt(getChildCount() - childOffset);

replace with

final View child = getChildAt(0);