I've searched for ages and not found a reasonably simple answer to my problem: I have a HorizontalScrollView in my layout and need to detect when the scroll animation has ended, so I can update which part of the HorizontalScrollView is currently visible and create a time stamp when this position was reached. Unfortunately responding to an ACTION_UP event is not accurate enough, since the layout keeps scrolling after the fling. Does anyone have a clue how to manage that? Regards
-- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

