4

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

Seva Alekseyev
  • 59,826
  • 25
  • 160
  • 281

1 Answers1

9

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

Romain Guy
  • 97,993
  • 18
  • 219
  • 200