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

How to display text while dragging image? #210

Open avibaghel opened 6 years ago

avibaghel commented 6 years ago

Just wanted to know how will I get X and Y coordinates position of image while dragging it. Please help me to display any text on top of image while dragging in progress, remember while dragging itself not after image swiped already left or right. In card I must override onTouchListener and I want to pass touch event programatically. Thanks in advance.