https://github.com/czy1121/bannerview
  
  
    简单好用的水平轮播控件 
    https://github.com/czy1121/bannerview
  
        Last synced: about 2 months ago 
        JSON representation
    
简单好用的水平轮播控件
- Host: GitHub
 - URL: https://github.com/czy1121/bannerview
 - Owner: czy1121
 - License: apache-2.0
 - Created: 2023-10-08T11:43:01.000Z (about 2 years ago)
 - Default Branch: main
 - Last Pushed: 2024-04-18T09:49:51.000Z (over 1 year ago)
 - Last Synced: 2025-01-25T05:27:22.722Z (9 months ago)
 - Language: Kotlin
 - Size: 212 KB
 - Stars: 0
 - Watchers: 2
 - Forks: 0
 - Open Issues: 0
 - 
            Metadata Files:
            
- Readme: README.md
 - License: LICENSE
 
 
Awesome Lists containing this project
- awesome-github-android-ui - bannerview - 横幅广告图片轮播控件 (轮播图)
 
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.10.5"
}
```
## LICENSE
The Component is open-sourced software licensed under the [Apache license](LICENSE).