Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 774 Bytes

README.md

File metadata and controls

27 lines (21 loc) · 774 Bytes

Carousel Kotlin Image Slider

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:

Features

  • Image Integration: Quickly add and showcase your desired images in the slider.

  • Auto-Scroll Functionality: Set up automatic scrolling with customizable timing.

Setup

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")
}