AndroidImageSlider
AndroidImageSlider copied to clipboard
Only need Automatic sliding or How to disable manual sliding in slider layout
Hi, I just need automatic sliding of images , i dont want users to swipe the images manually . need to disable manual swiping. how can i achieve that . Thank You
Hi, I met the same problem as you. How did you solve it?
you can call this method(in kotlin): slider.setPagerTransformer(false, object : BaseTransformer() { override fun onTransform(view: View, v: Float) {} })