19 skills found
fondesa / Recycler View DividerA library which configures a divider for a RecyclerView.
yanyusong / Y DividerItemDecorationA common RecyclerView divider , supports the LinearLayoutManager and the GridLayoutManager.
magiepooh / RecyclerItemDecorationItemDecoration for RecyclerView using LinearLayoutManager for Android
simplepeng / StackLayoutManager🔥🔥🔥 - 一个可以堆叠的LinearLayoutManager
nbtk123 / Horizontal Vertical Slider PickerImplementing Horizontal and Vertical Slider in Android using RecyclerView and subclassing LinearLayoutManager.
dkzwm / ItemDecorationsA dividers library for RecyclerView which use GridLayoutManager or LinearLayoutManager,when the RecyclerView used GridLayoutManager that supports Cross-Column feature.一款RecyclerView的分割线库,支持LinearLayoutManager和GridLayoutManager,当使用GridLayoutManager时支持跨行特性
huangxiaolianghh / XRecyclerViewDividerRecyclerView功能强大的分割线:支持水平竖直方向LinearLayoutManager,支持draw颜色等;支持水平竖直方向GridLayoutManager,支持设置SpanSizeLookup,支持draw颜色等;支持水平竖直方向的StaggeredGridLayoutManager
zyyoona7 / RecyclerViewItemDecorationitemDecoration for LinearLayoutManager,GridLayoutManager,StaggeredGridLayoutManager.
yangxiaoweihn / RecyclerViewAdapterAn adapter for RecyclerView widget, support single type and multi types, support add head views and footer views, support LinearLayoutManager and GridLayoutManager and StaggeredGridLayoutManager.
xiangang / LooperLinearLayoutManager基于Android官方LinearLayoutManager源码修改实现的支持无限循环的LayoutManager
tbrand / OneItemSimple implementation for one item selected RecyclerView. This makes it easier to use arbitrary VideoView (such as MediaPlayer) in RecyclerView. This library includes RecyclerView.LayoutManager and Recyclerview.OnScrollListener.
zeropercenthappy / ZPHRVItemDecorationItemDecoration for RecycleView with LinearLayoutManager or vertical GridLayoutmanager
hamedsj / CenterZoomLinearLayoutManagerA LinearLayoutManager with ability to zoom center child
XinYiWorld / CZSuperAdapters一款适用于RecyclerView的万能Adapter,可以任意的组合刷新、加载更多、头、脚、多视图。限制:目前刷新、头、脚加载更多只适用于LinearLayoutManager、GridLayoutManager。对于StaggeredGridLayoutManager的兼容目前还存在一些问题。
VomPom / LayoutManagerGradually自定义 LinearLayoutManager 的渐进式实现,最终实现一个简单的 LinearLayoutManager(只支持 LinearLayoutManager.VERTICAL 滚动方向)。该工程适合对 LayoutManager 整体流程的学习与理解,整个 LinearLayoutManager 代码分为多份子文件,每个文件都是对前一段代码的补充,方便理解。
Rexee / WordsLayoutManagerCustom implementation of RecyclerView.LayoutManager based on LinearLayoutManager
AcidFlow / Sticky Header RecyclerviewSticky-header-recyclerview is an Android library that helps you create sticky headers on a RecyclerView. This is compatible with GridLayoutManager and LinearLayoutManager.
Ajay2700 / Image Slider View By Recycler ViewCreated an horizontal imageview Slider using recycler view ( LinearLayoutManager.Horizontal )
Penrech / AppPizzeriaDesign and code of a restaurant menu app. It's just the frontend part.