BannerView

March 21, 2025 · View on GitHub

简单好用的水平轮播控件

用法


banner.setIndicator(RectangleIndicator(this))

// 安装适配器,绑定生命周期,开始轮播
banner.setup(adapter).bind(this).start() 

Gradle

repositories {
    maven { url "https://gitee.com/ezy/repo/raw/cosmo/"}
}
dependencies {
    implementation "me.reezy.cosmo:bannerview:0.10.5"
}

LICENSE

The Component is open-sourced software licensed under the Apache license.