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

SwipeFlingAdapterView - access to FlingCardListener field #194

Open kcywek opened 7 years ago

kcywek commented 7 years ago

Hi,

can you add getter for FlingCardListener flingCardListener field? In card I must override onTouchListener and I want to pass touch event programatically. Thanks in advance.

Chris