microsoftarchive / android-sliding-layer-lib

Highly customizable SlidingLayer as you have seen in Wunderlist
http://wunderlist.com
Apache License 2.0
932 stars 279 forks source link

onSwipeListener #105

Open pishguy opened 7 years ago

pishguy commented 7 years ago

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

crysan commented 7 years ago

+1

imarenco commented 7 years ago

+1

dezmaeth commented 7 years ago

+1

JlUgia commented 7 years ago

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