AndroidImageSlider
AndroidImageSlider copied to clipboard
Once initiated, the slider immediately slides to the 2nd slide
I'm using auto play with the delay time of 5 seconds.
However, when the slider first renders, it immediately slides to the 2nd slide, giving 0 time for the users to see the 1st slide.
I've done a workaround, ugly but works. Please see: https://github.com/daimajia/AndroidImageSlider/issues/262
image loading and went to last position issue please resolve the problem
works for me
sliderLayout.set......
sliderLayout.setDuration....
.....
sliderLayout.setCurrentPosition(0);
any solution ????, i would like to show 3rd slide sliderLayout.setCurrentPosition(2); or sliderLayout.setCurrentPosition(3); doesnot work for me