Sticky headers library

Android library that integrate sticky section headers in your RecyclerView

License

License

GroupId

GroupId

com.eowise
ArtifactId

ArtifactId

recyclerview-stickyheaders
Last Version

Last Version

0.5.2
Release Date

Release Date

Type

Type

aar
Description

Description

Sticky headers library
Android library that integrate sticky section headers in your RecyclerView
Project URL

Project URL

https://github.com/eowise/recyclerview-stickyheaders
Source Code Management

Source Code Management

https://github.com/eowise/recyclerview-stickyheaders

Download recyclerview-stickyheaders

How to add to project

<!-- https://jarcasting.com/artifacts/com.eowise/recyclerview-stickyheaders/ -->
<dependency>
    <groupId>com.eowise</groupId>
    <artifactId>recyclerview-stickyheaders</artifactId>
    <version>0.5.2</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.eowise/recyclerview-stickyheaders/
implementation 'com.eowise:recyclerview-stickyheaders:0.5.2'
// https://jarcasting.com/artifacts/com.eowise/recyclerview-stickyheaders/
implementation ("com.eowise:recyclerview-stickyheaders:0.5.2")
'com.eowise:recyclerview-stickyheaders:aar:0.5.2'
<dependency org="com.eowise" name="recyclerview-stickyheaders" rev="0.5.2">
  <artifact name="recyclerview-stickyheaders" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.eowise', module='recyclerview-stickyheaders', version='0.5.2')
)
libraryDependencies += "com.eowise" % "recyclerview-stickyheaders" % "0.5.2"
[com.eowise/recyclerview-stickyheaders "0.5.2"]

Dependencies

compile (1)

Group / Artifact Type Version
com.android.support » recyclerview-v7 jar 21.0.3

Project Modules

There are no modules declared in this project.

recyclerview-stickyheaders

Recyclerview-stickyheaders is an Android library that makes it easy to integrate section headers in your RecyclerView. These sections headers stick to the top as you can see below :

Deprecated

I don't have enought time to maintain this lib anymore. Retrospectively, I'm not sure that ItemDecoration is the best way to implement sticky headers, especially when dynamic add, remove and reorder of items is needed. If you need sticky headers feature, have a look to SuperSLiM or FlexibleAdapter. If you are interested by taking ownership of this repository, please contact me.

com.eowise

Versions

Version
0.5.2
0.5.1
0.5.0
0.4.3
0.4.2
0.4.1
0.4.0
0.3.0
0.2.0
0.1.0