AviranAbady / header-decor

A couple of sticky header decorations for android's recycler view.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CircleCI

Maintainers Wanted!

Would you like to maintain this library? Let me know here: ebarrenechea#84

Header-decor

A couple of sticky header decorations for android's recycler view.

A Sample app is available on Google Play:

Header decor sample app image

Google Play

Usage

This library is available in aar format through jitpack.io.

Gradle

Add the jitpack.io repository to your repositories list:

repositories {
    ...
    maven { url 'https://jitpack.io' }
}

Then add the dependency to your project:

dependencies {
    implementation 'com.github.edubarr.header-decor/header-decor:0.2.8'
}

Maven

Add the jitpack.io repository to your repositories list:

<repositories>
    <repository>
        <id>jitpack.io</id>
        <url>https://jitpack.io</url>
    </repository>
</repositories>

Then add the dependency to your project:

<dependency>
    <groupId>com.github.edubarr.header-decor</groupId>
    <artifactId>header-decor</artifactId>
    <version>0.2.8</version>
</dependency>

License

Copyright 2015 Eduardo Barrenechea.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

About

A couple of sticky header decorations for android's recycler view.

License:Apache License 2.0


Languages

Language:Java 100.0%