AndroidImageSlider icon indicating copy to clipboard operation
AndroidImageSlider copied to clipboard

Once initiated, the slider immediately slides to the 2nd slide

Open ericntd opened this issue 9 years ago • 4 comments

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.

ericntd avatar Oct 01 '16 10:10 ericntd

I've done a workaround, ugly but works. Please see: https://github.com/daimajia/AndroidImageSlider/issues/262

darlanmoraes avatar Oct 16 '16 21:10 darlanmoraes

image loading and went to last position issue please resolve the problem

ravi0301 avatar Nov 25 '16 08:11 ravi0301

works for me

sliderLayout.set......
sliderLayout.setDuration....
.....
sliderLayout.setCurrentPosition(0);

aitbaali avatar Jan 06 '17 13:01 aitbaali

any solution ????, i would like to show 3rd slide sliderLayout.setCurrentPosition(2); or sliderLayout.setCurrentPosition(3); doesnot work for me

SUBINPTPM avatar Jun 11 '19 10:06 SUBINPTPM