Event when scrolling is done

1.6k Views Asked by At

In a ScrollView (Vertical or Horizontal) how to know when the scroll animation is done?

I start the animation with smoothScrollBy or smoothScrollTo

1

There are 1 best solutions below

2
On BEST ANSWER

You'll have to subclass ScrollView to use onScrollChanged.

See this other SO question: Synchronise ScrollView scroll positions - android