I am building an android app with a list using scrollView. I set the friction to 0 but the scroll doesn’t “smooth”. It does scroll when I am touching the screen and moving the finger up and down. However, I expect it will keep scrolling for a while when my finger leave the screen. But the scrolling is currently stopped immediately when my finger leave the screen.
Friction is a weird parameter name. Setting it to 0 means the friction is really high, which is why your scroll is not “smooth”.
Friction is a weird parameter name. Setting it to 0 means the friction is really high, which is why your scroll is not “smooth”.