Android: how to listen for scrolling events?
is there a way to est开发者_如何学Goablish a listener on the process of scrolling in a ScrollView or a HorizontalScrollView?
You can only create a class that extends ScrollView and override the onScrollChanged() method.
精彩评论