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?
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?
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.