第三方开源库-->那些酷炫的 RecyclerView 开源库整理
Posted Kevin-Dev
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了第三方开源库-->那些酷炫的 RecyclerView 开源库整理相关的知识,希望对你有一定的参考价值。
不断学习,做更好的自己!💪
视频号 | CSDN | 简书 |
---|---|---|
欢迎打开微信,关注我的视频号:KevinDev | 点我 | 点我 |
RecyclerView
1、BaseRecyclerViewAdapterHelper
GitHub 地址:https://github.com/CymChad/BaseRecyclerViewAdapterHelper
简介: 万能 adapter
效果图:
2、MultiChoiceAdapter
GitHub 地址:https://github.com/ManuelPeinado/MultiChoiceAdapter
简介: android - A ListView adapter with support for multiple choice modal selection
效果图:
3、SwipeRecyclerView
GitHub 地址:https://github.com/yanzhenjie/SwipeRecyclerView
简介: Android - A ListView adapter with support for multiple choice modal selection
效果图:
4、EasyRecyclerView
GitHub 地址:https://github.com/Jude95/EasyRecyclerView
简介: ArrayAdapter,pull to refresh,auto load more,Header/Footer,EmptyView,ProgressView,ErrorView
效果图:
5、StickyItemDecoration
GitHub 地址:https://github.com/oubowu/StickyItemDecoration
简介: 强大的 RecyclerView 粘性头部
效果图:
6、PinnedSectionItemDecoration
GitHub 地址:https://github.com/oubowu/PinnedSectionItemDecoration
简介: A powerful ItemDecoration for Recyclerview, supports the common layoutmanager.
效果图:
7、recyclerview-animators
GitHub 地址:https://github.com/wasabeef/recyclerview-animators
简介: An Android Animation library which easily add itemanimator to RecyclerView items.
效果图:
8、UltimateRecyclerView
GitHub 地址:https://github.com/cymcsg/UltimateRecyclerView
简介: A RecyclerView(advanced and flexible version of ListView in Android) with refreshing,loading more,animation and many other features.
效果图:
9、epoxy
GitHub 地址:https://github.com/airbnb/epoxy
简介: Epoxy 采用可组合的方式来创建列表。列表中的每个item由一个model代表,model定义了item的布局,id以及span。model还负责处理数据到视图的绑定,在视图被回收的时候释放资源。
效果图:
10、XRecyclerView
GitHub 地址:https://github.com/XRecyclerView/XRecyclerView
简介: A RecyclerView that implements pullrefresh and loadingmore featrues.you can use it like a standard RecyclerView
效果图:
11、RecyclerViewPager
GitHub 地址:https://github.com/lsjwzh/RecyclerViewPager
简介: Deprecated
效果图:
12、SuperRecyclerView
GitHub 地址:https://github.com/Malinskiy/SuperRecyclerView
简介: Pumped up RecyclerView.
效果图:
13、LRecyclerView
GitHub 地址:https://github.com/jdsjlzx/LRecyclerView
简介: RecyclerView下拉刷新,自动加载更多;仿ios侧滑Item删除菜单
效果图:
14、LayoutManagerGroup
GitHub 地址:https://github.com/DingMouRen/LayoutManagerGroup
简介: Customize the LayoutManager of RecyclerView(自定义LayoutManager)
效果图:
15、android-advancedrecyclerview
GitHub 地址:https://github.com/h6ah4i/android-advancedrecyclerview
简介: RecyclerView extension library which provides advanced features. (ex. Google’s Inbox app like swiping, Play Music app like drag and drop sorting)
效果图:
以上是关于第三方开源库-->那些酷炫的 RecyclerView 开源库整理的主要内容,如果未能解决你的问题,请参考以下文章