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