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: 19 days 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 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-18T09:49:51.000Z (8 months ago)
- Last Synced: 2024-11-09T17:42:11.341Z (about 1 month 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.9.14"
}
```## LICENSE
The Component is open-sourced software licensed under the [Apache license](LICENSE).