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
文件下载
文件名 操作
stickylistheaders-2.2.0.pom 下载
stickylistheaders-2.2.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>se.emilsjolander</groupId>
  <artifactId>stickylistheaders</artifactId>
  <version>2.2.0</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'se.emilsjolander:stickylistheaders:2.2.0'
Gradle Kotlin
implementation("se.emilsjolander:stickylistheaders:2.2.0")
Scala SBT
libraryDependencies += "se.emilsjolander" % "stickylistheaders" % "2.2.0"
Groovy Grape
@Grapes(
  @Grab(group='se.emilsjolander', module='stickylistheaders', version='2.2.0')
)
Apache Ivy
<dependency org="se.emilsjolander" name="stickylistheaders" rev="2.2.0" />
Leiningen
[se.emilsjolander/stickylistheaders "2.2.0"]
Apache Buildr
'se.emilsjolander:stickylistheaders:jar:2.2.0'
本项目依赖
该项目无第三方依赖