This library simplifies the process of displaying a series of images in a slider on Android. It offers various customization options to enhance the user experience:
-
Image Integration: Quickly add and showcase your desired images in the slider.
-
Auto-Scroll Functionality: Set up automatic scrolling with customizable timing.
In settings.gradle.kts
repositories {
google()
mavenCentral()
maven (url="https://jitpack.io")
}
In module level build.gradle.kts
dependencies {
implementation("com.github.aparimit03:image-carousel-kotlin:v1.0.0")
}