Diolor / Swipecards

A Tinder-like Android library to create the swipe cards effect. You can swipe left or right to like or dislike the content.
Apache License 2.0
2.34k stars 583 forks source link

Dragging of card is slow #186

Closed IOException722 closed 7 years ago

IOException722 commented 7 years ago

Dragging top card on screen is very slow. How to make dragging top card smooth??

rushabh1191 commented 7 years ago

@IOException722 It happened to me too. I was showing images in every card,so view became heavy. I scaled down image so it is working fine now. Just check if there is any heavy view on the card. And try to optimize it. It might work for you. :)

IOException722 commented 7 years ago

Thank you for the suggestion. I used different library and customized according to my app requirements. Working well .