i have tried diffferent methods to slow down my list view eg lv.setFastScrollEnabled(false); lv.setFriction(ViewConfiguration.getScrollFriction() * 100); but they all dont work is there another way of slowing down a list view other than the above ?
Asked
Active
Viewed 33 times
0
-
1this question already asked . please refer https://stackoverflow.com/questions/5590001/android-listview-slow-down-scroll-speed to get answer – harsh Mar 29 '19 at 16:27
-
I tried both answers and they didn't work – nyanzi arthur victor w Mar 30 '19 at 19:07