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

Popular posts from this blog

Delphi change the assembly code of a running process -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -

C++ 11 "class" keyword -