android control the sliding speed of listview

Limit scrolling speed of ListView

The default scrolling speed of the ListView is relatively fast. If the scrolling speed of the ListView is a little slower, then each ListView Item will have more loading time, which can also make the ListView look smoother. The following code slows down the scrolling speed of the ListView to 1/10:

listview.setFriction(ViewConfiguration.getScrollFriction() * 10);

Guess you like

Origin http://10.200.1.11:23101/article/api/json?id=326617473&siteId=291194637