1

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

I start the animation with smoothScrollBy or smoothScrollTo

Marcos Vasconcelos
  • 18,136
  • 30
  • 106
  • 167

1 Answers1

3

You'll have to subclass ScrollView to use onScrollChanged.

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

Community
  • 1
  • 1
kabuko
  • 36,028
  • 10
  • 80
  • 93