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

Should notify some callbacks, like ViewPager. #205

Closed numa08 closed 8 years ago

numa08 commented 8 years ago

Now, ObservableScrollView/ListView/WebView/GridView/RecyclerView has 1-1 relationship between callback.

And, ViewPager was modified to add/remove OnPageChangeListener. Then, that change it was enable to more useful.

I think, should this library been change, like ViewPager ?

ksoichiro commented 8 years ago

@numa08 Thank you for the PR! Looks good to me.

ksoichiro commented 8 years ago

Thanks, I've merged it. I'll release it soon.