Pregunta

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

I start the animation with smoothScrollBy or smoothScrollTo

¿Fue útil?

Solución

You'll have to subclass ScrollView to use onScrollChanged.

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

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top