youlookwhat / ByRecyclerView

🔥 RecyclerView 下拉刷新、上拉松手/自动加载更多、item点击/长按、item局部刷新、头布局/尾布局/状态布局、万能分割线、Skeleton骨架图、极简adapter、嵌套滑动置顶
https://youlookwhat.github.io/ByRecyclerView
Apache License 2.0
798 stars 139 forks source link

Demo中可以增加字母索引的案例吗 #71

Closed Lee-Wang-Jing closed 1 year ago

Lee-Wang-Jing commented 1 year ago

Demo中可以增加字母索引的案例吗,类似微信通讯录那样

youlookwhat commented 1 year ago

这个其实和RecyclerView没关系的,我们项目中有用到这个索引,是用的这个库:https://github.com/saiwu-bigkoo/Android-QuickSideBar

你可以试试这个~ @Lee-Wang-Jing

Lee-Wang-Jing commented 1 year ago

好的,非常感谢~