19 skills found
donkingliang / ConsecutiveScrollerConsecutiveScrollerLayout是Android下支持多个滑动布局(RecyclerView、WebView、ScrollView等)和普通控件(TextView、ImageView、LinearLayou、自定义View等)持续连贯滑动的容器,它使所有的子View像一个整体一样连续顺畅滑动。并且支持布局吸顶功能。
nuptboyzhb / SuperSwipeRefreshLayoutA custom SwipeRefreshLayout to support the pull-to-refresh featrue.RecyclerView,ListView,GridView,NestedScrollView,ScrollView are supported.
SiberiaDante / MultiScrollDemoNestedScrollView+ViewPager+RecyclerView+SmartRefreshLayout 打造酷炫下拉视差效果并解决各种滑动冲突
simmorsal / ConcealerNestedScrollView ConcealerRecyclerViewA library to make views hide from top and bottom while scrolling a custom NestedScrollView (and RecyclerView)
valkriaine / BouncyRecyclerView and NestedScrollView with physics-based bouncy overscroll effect
LuckyJayce / HVScrollView可以配置水平和垂直滚动的HVScrollView,参照NestedScrollView和RecyclerView代码写的
ngocchung / NestedScrollViewRecyclerView, CardView inside NestedScrollView
junixapp / XRefreshLayout【已过时,不再更新,请使用更强大的SmartRefreshLayout!】A refresh layout(无侵入下拉刷新和加载布局), can refresh RecyclerView for all LayoutManager, NestedScrollView。
kongnanlive / StickyHeaderScrollView支持吸顶Sticky,滚动布局NestedScrollView嵌套RecyclerView,解决CoordinatorLayout、AppBarLayout快速滑动fling停住卡住回弹抖动等bug
mxdldev / Android Fly RefreshlayoutFlyRefreshLayout刷新组件基于SuperSwipeRefreshLayout进行二次开发,增加了通用小菊花样式DaisyRefreshLayout刷新控件和通用小箭头样式ArrowRefreshLayout刷新控件,支持RecyclerView,NestedScrollView,ScrollView 、ListView,GridView,能自定义HeadView和FooterView,不但支持最基本的下拉刷新、上拉加载更多,还在其基础上扩展了是否启用下拉刷新、是否启用上拉加载更多、增加了自动刷新功能,优化了下拉刷新监听器、上拉加载更多监听器,增加了自动刷新监听器,使其调用更加的方便
FPhoenixCorneaE / LongScreenShotShare长截图分享,NestedScrollView、RecyclerView、ListView、WebView等实现长截图,RecyclerView、ListView的Item数据可异步加载
pirrip90 / CeilingLayoutCeilingLayout用来控制子View的吸顶联滑,理论上支持实现了NestedScrollingChild的联滑控件,如NestedScrollView、RecyclerView、SmartRefreshLayout等;只需要在xml里配置需要吸顶子View的位置索引就能自动实现吸顶联滑效果。
coolfeng168 / ScrollViewNestedRecyclerView利用NestedScrolling机制,把RecyclerView嵌套在NestedScrollView中,实现嵌套滚动,RecyclerView复用回收机制不受影响
PPartisan / ScrollHandleExampleDemonstrates how to progammatically scroll a RecyclerView or NestedScrollView with a Drag Handle
xunyixiangchao / NestedScrollViewNestedScrollView嵌套RecyclerView+Tablayout,实现滑动Tablayout吸顶效果
ngocchung / Cheesesquare MasterSample for case: RecyclerView direct inside NestedScrollView
MomenZaq / RecyclerView With NestedScrollView Best PracticesRecyclerView with NestedScrollView Best practices
Thanvandh / Hide Bottom Toolbar On ScrollExample of custom layout behaviour to smoothly hide bottom toolbar on RecyclerView scroll. We can also do this behaviour with NestedScrollView.
niane / PullToRefresh下拉刷新PullToRefresh 支持ListView、GridView、ScrollView、RecyclerView及NestedScrollView,并支持嵌套滚动。