android RecyclerView首字母悬浮在顶部,滑动删除
Posted jdsjlzx
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了android RecyclerView首字母悬浮在顶部,滑动删除相关的知识,希望对你有一定的参考价值。
通过RecyclerView实现联系人的功能。
1.首字母悬浮在顶部。
2.侧滑删除联系人。
3.联系人索引。
git地址:https://github.com/jiang111/IndexRecyclerView
可以对比一下 这个:
https://github.com/jiang111/SortList
效果图:
使用到的第三方库(部分):
https://github.com/timehop/sticky-headers-recyclerview
https://github.com/daimajia/AndroidSwipeLayout
以上是关于android RecyclerView首字母悬浮在顶部,滑动删除的主要内容,如果未能解决你的问题,请参考以下文章
RecyclerView 悬浮吸顶效果实现,支持数据绑定及Touch事件
RecyclerView 悬浮吸顶效果实现,支持数据绑定及Touch事件
Android初学二之仿微信APP实现RecyclerView控件的设计开发,实现点击事件及图片瀑布流