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