Wait unitl ListView's smoothScrollToPosition() finishes
问题 Scope I need to scroll to certain position smoothly and then "jump" to another position with setSelection(anotherPosition) . This is done to create an illusion of smooth scrolling of (e.g.) 100 items in ListView . smoothScrollToPosition(100) lasts too much, you know. Problem setSelection() doesn't wait till smoothScrollToPositio n finishes its work, so setSelection() is being called immediately and user sees quick jumping only; Code private final int scrollableItems = 20; int