Android: how to listen for scrolling events?

前端 未结 1 1639
一生所求
一生所求 2021-01-14 01:33

is there a way to establish a listener on the process of scrolling in a ScrollView or a HorizontalScrollView?

1条回答
  •  花落未央
    2021-01-14 01:54

    You can only create a class that extends ScrollView and override the onScrollChanged() method.

    0 讨论(0)
提交回复
热议问题