In a ScrollView (Vertical or Horizontal) how to know when the scroll animation is done?
I start the animation with smoothScrollBy or smoothScrollTo
In a ScrollView (Vertical or Horizontal) how to know when the scroll animation is done?
I start the animation with smoothScrollBy or smoothScrollTo
You'll have to subclass ScrollView
to use onScrollChanged
.
See this other SO question: Synchronise ScrollView scroll positions - android