# IndexRecyclerView **Repository Path**: ouyangpengdev/IndexRecyclerView ## Basic Information - **Project Name**: IndexRecyclerView - **Description**: 一个通过RecyclerView实现的联系人 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-03-23 - **Last Updated**: 2021-03-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # IndexRecyclerView 通过RecyclerView实现联系人的功能。 1.首字母悬浮在顶部。
2.侧滑删除联系人。
3.联系人索引。

可以对比一下 这个:
https://github.com/jiang111/SortList 效果图:
![效果](https://raw.githubusercontent.com/jiang111/IndexRecyclerView/master/art/art.gif) 使用到的第三方库(部分):
https://github.com/timehop/sticky-headers-recyclerview
https://github.com/daimajia/AndroidSwipeLayout