I want to tap a control on the screen and have the ListView scroll until a given row is at the TOP of the screen, a feature that appears to be very easy in iOS.
I did find such a method in the API: http://developer.android.com/reference/android/widget/AbsListView.html#smoothScrollToPositionFromTop(int, int) However, this is for API Level 11, Honeycomb. That means phones can't use it until Ice Cream Sandwich, and it will be a long, long time until it's practical to set Ice Cream Sandwich as a minimum requirement to run apps.
Is there a way to get this same functionality in Froyo?