Question

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

Was it helpful?

Solution

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top