In Gingerbread, I had no issues with using smoothScrollToPosition() to scroll across dozens of items at a time. After my Nexus S was upgraded to Ice Cream Sandwich, I noticed th
If your goal is to scroll to the top, consider using smoothScrollToPositionFromTop(0,0). instead.
smoothScrollToPositionFromTop(0,0)