l

library

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
library-2.1.0.pom download
library-2.1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>se.emilsjolander.stickylistheaders</groupId>
  <artifactId>library</artifactId>
  <version>2.1.0</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'se.emilsjolander.stickylistheaders:library:2.1.0'
Gradle Kotlin
implementation("se.emilsjolander.stickylistheaders:library:2.1.0")
Scala SBT
libraryDependencies += "se.emilsjolander.stickylistheaders" % "library" % "2.1.0"
Groovy Grape
@Grapes(
  @Grab(group='se.emilsjolander.stickylistheaders', module='library', version='2.1.0')
)
Apache Ivy
<dependency org="se.emilsjolander.stickylistheaders" name="library" rev="2.1.0" />
Leiningen
[se.emilsjolander.stickylistheaders/library "2.1.0"]
Apache Buildr
'se.emilsjolander.stickylistheaders:library:jar:2.1.0'
Dependencies
The project has no third-party dependencies