Android-Image-Slider
Android-Image-Slider copied to clipboard
Predefined Back and Forth functions issue
Bug
slideToNextPosition()
and slideToPreviousPosition()
is not working properly as expected from their predefined names. Next Position means next index position and Previous Position means previous index position. And secondly, by doing monkey calling of next and back function it forgets it's working and doing anonymous work.
Steps to reproduce Already provided in Bug
Expected behavior
If I am calling slideToNextPosition()
it has to move to the next index position and when I am calling slideToPreviousPosition()
it has to go on the previous index position.
Smartphone:
- Device: Samsung S8 & also on emulator
Anyone can please reply on it.