I have a view pager implementation in my app. I want to change its scroll behaviour.
Currently (by default) when we scroll to 50% (almost) of the current item, the view pager scrolls to the next item. I want to change this behaviour. I want that instead of 50%, the next item should come up when the current item is scrolled to 90%. Is it possible to implement this kind of behaviour?