Android: How to detect end of scroll
- by Mix
Hi! I need to implement HorizontalScrollView which is scrolled to predefined positions (similar to Home behaviour). It works with slow gestures, but does not work with flings.
I hooked to View.onScrollChanged() and it is called when scrolling happened, but I can't determine when scrolling ends.
In theory there should be a way to say that fling is over. Is there such API?