Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ebarrenechea/header-decor
A couple of sticky header decorations for android's recycler view.
https://github.com/ebarrenechea/header-decor
Last synced: about 6 hours ago
JSON representation
A couple of sticky header decorations for android's recycler view.
- Host: GitHub
- URL: https://github.com/ebarrenechea/header-decor
- Owner: ebarrenechea
- License: apache-2.0
- Created: 2015-04-04T19:35:02.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-02-15T03:48:11.000Z (9 months ago)
- Last Synced: 2024-05-04T08:21:46.402Z (7 months ago)
- Language: Java
- Size: 238 KB
- Stars: 878
- Watchers: 40
- Forks: 156
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-android-ui - https://github.com/edubarr/header-decor
- awesome-android-ui - https://github.com/edubarr/header-decor
README
[![CircleCI](https://circleci.com/gh/edubarr/header-decor/tree/master.svg?style=svg)](https://circleci.com/gh/edubarr/header-decor/tree/master)
[![](https://jitpack.io/v/edubarr/header-decor.svg)](https://jitpack.io/#edubarr/header-decor)# DEPRECATION NOTICE
This library has not been touched in a very long time and many things have changed in the android ecosystem since then. Updating and maintaining this library is not a priority at the moment.# 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](http://i.imgur.com/xsm1I0F.gif)
[![Google Play](https://developer.android.com/images/brand/en_generic_rgb_wo_60.png)](https://play.google.com/store/apps/details?id=ca.barrenechea.stickyheaders)
# 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 athttp://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.