banner

Android banner

License

License

GroupId

GroupId

com.github.lichuanzhi7909
ArtifactId

ArtifactId

banner
Last Version

Last Version

1.0
Release Date

Release Date

Type

Type

aar
Description

Description

banner
Android banner
Project URL

Project URL

https://github.com/lichuanzhi7909/BannerView
Source Code Management

Source Code Management

https://github.com/lichuanzhi7909/BannerView

Download banner

How to add to project

<!-- 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"]

Dependencies

compile (1)

Group / Artifact Type Version
com.android.support » support-v4 jar 19+

Project Modules

There are no modules declared in this project.

BannerView

自动滑动的ViewPager,可以设置滑动速度以及滑动时间间隔
实现原理主要是在Adapter里头尾各增加一个Item,比如现在有0 1 2 3四个需要展示的view
0 1 2 3 4 5
3 0 1 2 3 0

Versions

Version
1.0