i'm using a viewpager in my app and i wanted to change active tab on viewpager scroll how can i make this happen? please help me :)
You could use selectTabAtPoistion()
It's actually against the Material Design Guidelines to use a ViewPager as they say horizontal swipes should not affect navigation.
Most helpful comment
You could use
selectTabAtPoistion()