2

I am trying to do some events after a HorizontalScrollView finishes scrolling.

From my research I have determined that I need to subclass HorizontalScollView, but what to methods should I override?

How can I detect it has finished scrolling?

Flynn
  • 5,903
  • 7
  • 38
  • 55
  • The answer of this topic: [8181828](http://stackoverflow.com/questions/8181828/android-detect-when-scrollview-stops-scrolling) with the runnable works quite well. Only `getScrollY()` has to be replaced by `getScrollX()` – Schnodahipfe Apr 23 '12 at 13:15

1 Answers1

0

The solution that I previously supplied has a better solution:

Check it out here -> Android: Detect when ScrollView stops scrolling

I hope this helps get you started.

Community
  • 1
  • 1
Laith Alnagem
  • 654
  • 6
  • 13