ksoichiro / Android-ObservableScrollView

Android library to observe scroll events on scrollable views.
http://ksoichiro.github.io/Android-ObservableScrollView/
Apache License 2.0
9.65k stars 2.06k forks source link

Scroll state only returning Up and down events its not detecting Stop state of scroll #211

Open swayangjit opened 8 years ago

swayangjit commented 8 years ago

First of all Thanks for this wonderfull project this helped me a lot and I have some questions In ObservableRecyclerview .There are 3 states UP,DOWN and STOP.First 2 events are triggered but the stop state is not tringgered.SO is there any other way of detecting when the Recyclerview scrolling is stopped.? "Help Wanted"