Sticky headers library

Android library that integrate sticky section headers in your RecyclerView

Лицензия

Лицензия

Группа

Группа

com.eowise
Идентификатор

Идентификатор

recyclerview-stickyheaders
Последняя версия

Последняя версия

0.5.2
Дата

Дата

Тип

Тип

aar
Описание

Описание

Sticky headers library
Android library that integrate sticky section headers in your RecyclerView
Ссылка на сайт

Ссылка на сайт

https://github.com/eowise/recyclerview-stickyheaders
Система контроля версий

Система контроля версий

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

Скачать recyclerview-stickyheaders

Как подключить последнюю версию

<!-- 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"]

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
com.android.support » recyclerview-v7 jar 21.0.3

Модули Проекта

Данный проект не имеет модулей.

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

Версии библиотеки

Версия
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