Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/czy1121/bannerview

简单好用的水平轮播控件
https://github.com/czy1121/bannerview

Last synced: about 23 hours ago
JSON representation

简单好用的水平轮播控件

Lists

README

        

# BannerView

简单好用的水平轮播控件

## 用法

```kotlin

banner.setIndicator(RectangleIndicator(this))

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

## Gradle

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

## LICENSE

The Component is open-sourced software licensed under the [Apache license](LICENSE).