Android-Image-Slider icon indicating copy to clipboard operation
Android-Image-Slider copied to clipboard

How to remove inifnity sliding?

Open klaszlo8207 opened this issue 4 years ago • 3 comments

Thanks

klaszlo8207 avatar Nov 23 '20 14:11 klaszlo8207

Would love to know as well

DavidMueller1 avatar Dec 18 '20 15:12 DavidMueller1

Hope this will help. sliderView.setInfiniteAdapterEnabled(false)

arifbd avatar May 10 '21 12:05 arifbd

if above not work , use this to disable scrolling by user : setSliderAdapter(imgAdapter,false)

kklolo avatar May 26 '21 13:05 kklolo