Slider-Gallery-Zoom
image slider for android supporting indicator and auto scroll with clicking on image to open full screen image slider swipe and pinch zoom gestures like gallery,just pass your images and the position of the current image.
CustomImageSlider.mp4
How to use
Step 1. Add the JitPack repository to your build file
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
Step 2. Add the dependency
dependencies {
implementation 'com.github.3lyan:slider-gallery-zoom:1.0.1'
}
Step 3. Add CustomSliderView to your layout
">