All Projects → bleeding182 → Recyclerviewitemdecorations

bleeding182 / Recyclerviewitemdecorations

Licence: mit
ItemDecoration for Android Recyclerview

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Recyclerviewitemdecorations

Cardslideview
一行代码实现ViewPager卡片效果,比ViewPager2更强大,底层同样是RecyclerView
Stars: ✭ 301 (-14.25%)
Mutual labels:  recyclerview
Fastadapter
The bullet proof, fast and easy to use adapter library, which minimizes developing time to a fraction...
Stars: ✭ 3,512 (+900.57%)
Mutual labels:  recyclerview
Stacklayoutmanager
customized layoutmanager,let item pile up like stackview/类似最美有物卡片堆叠效果
Stars: ✭ 343 (-2.28%)
Mutual labels:  recyclerview
Boardview
A draggable boardview for java android (Kanban style)
Stars: ✭ 309 (-11.97%)
Mutual labels:  recyclerview
Crookedstylesheets
Webpage tracking only using CSS (and no JS)
Stars: ✭ 3,269 (+831.34%)
Mutual labels:  proof-of-concept
Flexibleadapter
Fast and versatile Adapter for RecyclerView which regroups several features into one library to considerably improve the user experience :-)
Stars: ✭ 3,482 (+892.02%)
Mutual labels:  recyclerview
Chipslayoutmanager
ANDROID. ChipsLayoutManager (SpanLayoutManager, FlowLayoutManager). A custom layout manager for RecyclerView which mimicric TextView span behaviour, flow layouts behaviour with support of amazing recyclerView features
Stars: ✭ 3,138 (+794.02%)
Mutual labels:  recyclerview
Recyclerstickyheaderview
Sticky header view or suspending view for RecyclerView.
Stars: ✭ 347 (-1.14%)
Mutual labels:  recyclerview
Androidfastscroll
Fast scroll for Android RecyclerView and more
Stars: ✭ 316 (-9.97%)
Mutual labels:  recyclerview
Timeline View
Android Timeline View is used to display views like Tracking of shipment/order, steppers etc.
Stars: ✭ 3,553 (+912.25%)
Mutual labels:  recyclerview
Tvrecyclerview
A custom RecyclerView for Android TV end
Stars: ✭ 320 (-8.83%)
Mutual labels:  recyclerview
Swipedelmenulayout
The most simple SwipeMenu in the history, 0 coupling, support any ViewGroup. Step integration swipe (delete) menu, high imitation QQ, iOS. ~史上最简单侧滑菜单,0耦合,支持任意ViewGroup。一步集成侧滑(删除)菜单,高仿QQ、IOS。~
Stars: ✭ 3,376 (+861.82%)
Mutual labels:  recyclerview
Horizontalpicker
A simple, customizable and easy to use picker where centre view is scaled up
Stars: ✭ 337 (-3.99%)
Mutual labels:  recyclerview
Byrecyclerview
🔥 RecyclerView 下拉刷新、加载更多、item点击/长按、头布局/尾布局/状态布局、万能分割线、Skeleton骨架图、极简adapter(RV/LV)等
Stars: ✭ 290 (-17.38%)
Mutual labels:  recyclerview
Giraffeplayer2
out of the box android video player(support lazy load, ListView/RecyclerView and hight performance)
Stars: ✭ 344 (-1.99%)
Mutual labels:  recyclerview
Kiel
Kotlin way of building RecyclerView Adapter 🧩. You do not have to write RecyclerView Adapters again and again and suffer from handling of different view types. Kiel will help you.
Stars: ✭ 297 (-15.38%)
Mutual labels:  recyclerview
Android Gif Example
Gif RecyclerView in MVP using Dagger 2 + Retrofit 2 + Moshi + RxJava 2 + Glide 4 with JUnit and Espresso tests written in Kotlin + Kotlin DSL!
Stars: ✭ 334 (-4.84%)
Mutual labels:  recyclerview
Brv
Android上最强大的RecyclerView库
Stars: ✭ 345 (-1.71%)
Mutual labels:  recyclerview
Recyclerlistview
High performance listview for React Native and web!
Stars: ✭ 4,033 (+1049%)
Mutual labels:  recyclerview
Recycler View Divider
A library which configures a divider for a RecyclerView.
Stars: ✭ 338 (-3.7%)
Mutual labels:  recyclerview

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].