android - How to avoid small jerk in view while Calling setSelection() after scrolling in onScrollStateChanged() method? -
android - How to avoid small jerk in view while Calling setSelection() after scrolling in onScrollStateChanged() method? -
when calling setselection() after scrolling in onscrollstatechanged() method, gets vibrate or little jerk or jump happening in listview. passing index setselection() first visible item index in listview after scrolling,but not passing lastly index or other index far away visible items in listview after scrolling.
any thought or suggestion how slow view or avoid little jerk while showing particular item in setselection()..or how manage speed of view according scrolling motion.
try using smoothscrolltoposition(position)
instead. android ref.
android listview android-listview scroll
Comments
Post a Comment