s

stickylistheaders

A small android library that makes it easy to make lists with section headers that stick to the top until a new section header comes along.
https://github.com/emilsjolander/StickyListHeaders
The Apache Software License, Version 2.0
Emil Sjolander
Files download
File Operation
stickylistheaders-2.1.5.pom download
stickylistheaders-2.1.5-sources.jar download
Apache Maven
<dependency>
  <groupId>se.emilsjolander</groupId>
  <artifactId>stickylistheaders</artifactId>
  <version>2.1.5</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'se.emilsjolander:stickylistheaders:2.1.5'
Gradle Kotlin
implementation("se.emilsjolander:stickylistheaders:2.1.5")
Scala SBT
libraryDependencies += "se.emilsjolander" % "stickylistheaders" % "2.1.5"
Groovy Grape
@Grapes(
  @Grab(group='se.emilsjolander', module='stickylistheaders', version='2.1.5')
)
Apache Ivy
<dependency org="se.emilsjolander" name="stickylistheaders" rev="2.1.5" />
Leiningen
[se.emilsjolander/stickylistheaders "2.1.5"]
Apache Buildr
'se.emilsjolander:stickylistheaders:jar:2.1.5'
Dependencies
The project has no third-party dependencies