Stop ListView scroll animation
问题 I have a ListView with about 100 entries. When the user does the "fling" from bottom to top it starts scrolling and keeps on scrolling even when the finger does not touch the display any more. Is there a way to stop the scrolling animation at this point? 回答1: Well there surely is a way to do it. But the point is more whether or not it is advisable to do it, in my opinion. The list is a standard Android control that behaves constistently across all applications. So I would be surprised if I