开发者

Android: how to listen for scrolling events?

开发者 https://www.devze.com 2023-01-04 01:19 出处:网络
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 onScrol

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消