Android-Image-Slider
Android-Image-Slider copied to clipboard
How to remove inifnity sliding?
Thanks
Would love to know as well
Hope this will help.
sliderView.setInfiniteAdapterEnabled(false)
if above not work , use this to disable scrolling by user : setSliderAdapter(imgAdapter,false)