i

indicatorscrollview

A dynamic way of animating indicators according to positions of a scroll view.
https://github.com/skydoves/IndicatorScrollView/
The Apache Software License, Version 2.0
Jaewoong Eum
Files download
File Operation
indicatorscrollview-1.0.4.pom download
indicatorscrollview-1.0.4-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.skydoves</groupId>
  <artifactId>indicatorscrollview</artifactId>
  <version>1.0.4</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.github.skydoves:indicatorscrollview:1.0.4'
Gradle Kotlin
implementation("com.github.skydoves:indicatorscrollview:1.0.4")
Scala SBT
libraryDependencies += "com.github.skydoves" % "indicatorscrollview" % "1.0.4"
Groovy Grape
@Grapes(
  @Grab(group='com.github.skydoves', module='indicatorscrollview', version='1.0.4')
)
Apache Ivy
<dependency org="com.github.skydoves" name="indicatorscrollview" rev="1.0.4" />
Leiningen
[com.github.skydoves/indicatorscrollview "1.0.4"]
Apache Buildr
'com.github.skydoves:indicatorscrollview:jar:1.0.4'