S

StickyScrollViewItems

A small android library for tagging views inside a ScrollView as "sticky" making them stick to the top of the scroll container until a new sticky view comes and takes it's place.
https://github.com/emilsjolander/StickyScrollViewItems
The Apache Software License, Version 2.0
Emil Sjolander
Files download
File Operation
StickyScrollViewItems-1.1.0.pom download
StickyScrollViewItems-1.1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>se.emilsjolander</groupId>
  <artifactId>StickyScrollViewItems</artifactId>
  <version>1.1.0</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'se.emilsjolander:StickyScrollViewItems:1.1.0'
Gradle Kotlin
implementation("se.emilsjolander:StickyScrollViewItems:1.1.0")
Scala SBT
libraryDependencies += "se.emilsjolander" % "StickyScrollViewItems" % "1.1.0"
Groovy Grape
@Grapes(
  @Grab(group='se.emilsjolander', module='StickyScrollViewItems', version='1.1.0')
)
Apache Ivy
<dependency org="se.emilsjolander" name="StickyScrollViewItems" rev="1.1.0" />
Leiningen
[se.emilsjolander/StickyScrollViewItems "1.1.0"]
Apache Buildr
'se.emilsjolander:StickyScrollViewItems:jar:1.1.0'
Dependencies
The project has no third-party dependencies