bleeding182 / recyclerviewItemDecorations

ItemDecoration for Android Recyclerview

Home Page:http://blog.davidmedenjak.com/android/2015/11/18/decorations-animations.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RecyclerView ItemDecorations

Circle CI

This project showcases some ItemDecorations for RecyclerViews. There is a blog post about the basics of drawing decorations and animating them along with the recyclerview.

Library

If you find something appealing, please go ahead and just copy it, the MIT license applies.

I don't see it fit to be published as a library since this would need to include thorough testing and clean interfaces. So instead this project is just my personal playground in which I will have my go at the RecyclerView.

Current Examples

  • A lightweight header decoration with shadow and / or parallax effect

Header Decoration

ViewPagerDecoration

  • A GridSpanDecoration that has proper vertical padding between its columns

  • A decoration for dismissing items to draw in the background like Gmail

Dismissing items

  • Some CardLayout like Decoration with some Parallax like effect on headers

Screenshot

About

ItemDecoration for Android Recyclerview

http://blog.davidmedenjak.com/android/2015/11/18/decorations-animations.html

License:MIT License


Languages

Language:Java 100.0%