I need to "slow down" ViewPager, and I want increase MIN_DISTANCE_FOR_FLING.
How can I do that?
I need to "slow down" ViewPager, and I want increase MIN_DISTANCE_FOR_FLING.
How can I do that?
If you need to change ViewPager speed you can use java reflection API. Check out this topic: Slowing speed of Viewpager controller in android