android-sliding-layer-lib icon indicating copy to clipboard operation
android-sliding-layer-lib copied to clipboard

onSwipeListener

Open pishguy opened this issue 8 years ago • 4 comments

have this library some listener such as onSwipeListener to animate other widget?

pishguy avatar Sep 16 '16 07:09 pishguy

+1

crysan avatar Oct 01 '16 01:10 crysan

+1

imarenco avatar Oct 24 '16 14:10 imarenco

+1

dezmaeth avatar Dec 30 '16 18:12 dezmaeth

onScrollListener is triggered of every frame of the swipe event. https://github.com/wunderlist/android-sliding-layer-lib/blob/master/Library/src/main/java/com/wunderlist/slidinglayer/SlidingLayer.java#L1434

onInteractListener propagates changes in the state of the component. For example, if it goes from opened to closed, this listener notifies through onClose. https://github.com/wunderlist/android-sliding-layer-lib/blob/master/Library/src/main/java/com/wunderlist/slidinglayer/SlidingLayer.java#L1358

JlUgia avatar Dec 31 '16 01:12 JlUgia