Skip to content

aparimit03/image-carousel-kotlin

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages