BannerView
自动滑动的ViewPager,可以设置滑动速度以及滑动时间间隔
实现原理主要是在Adapter里头尾各增加一个Item,比如现在有0 1 2 3四个需要展示的view
0 1 2 3 4 5
3 0 1 2 3 0
| License |
License |
|---|---|
| GroupId | GroupIdcom.github.lichuanzhi7909 |
| ArtifactId | ArtifactIdbanner |
| Last Version | Last Version1.0 |
| Release Date | Release Date |
| Type | Typeaar |
| Description |
Descriptionbanner
Android banner
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| banner-1.0.pom | |
| banner-1.0.aar | 60 KB |
| banner-1.0-sources.jar | 4 KB |
| banner-1.0-javadoc.jar | 261 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.lichuanzhi7909/banner/ -->
<dependency>
<groupId>com.github.lichuanzhi7909</groupId>
<artifactId>banner</artifactId>
<version>1.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.lichuanzhi7909/banner/
implementation 'com.github.lichuanzhi7909:banner:1.0'
// https://jarcasting.com/artifacts/com.github.lichuanzhi7909/banner/
implementation ("com.github.lichuanzhi7909:banner:1.0")
'com.github.lichuanzhi7909:banner:aar:1.0'
<dependency org="com.github.lichuanzhi7909" name="banner" rev="1.0">
<artifact name="banner" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.lichuanzhi7909', module='banner', version='1.0')
)
libraryDependencies += "com.github.lichuanzhi7909" % "banner" % "1.0"
[com.github.lichuanzhi7909/banner "1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.android.support » support-v4 | jar | 19+ |
自动滑动的ViewPager,可以设置滑动速度以及滑动时间间隔
实现原理主要是在Adapter里头尾各增加一个Item,比如现在有0 1 2 3四个需要展示的view
0 1 2 3 4 5
3 0 1 2 3 0