###通过RecyclerView实现联系人的功能。
1.首字母悬浮在顶部。
2.侧滑删除联系人。
3.联系人索引。
可以对比一下 这个:
https://github.com/jiang111/SortList
###使用到的第三方库(部分):
https://github.com/timehop/sticky-headers-recyclerview
https://github.com/daimajia/AndroidSwipeLayout
###推荐
- 收集Android你不知道的那些小技巧:https://github.com/jiang111/awesome-android-tips
- 收集Android studio 常用的插件,请看这里:https://github.com/jiang111/awesome-androidstudio-plugins
- 收集程序员必备的那些Chrome插件: https://github.com/jiang111/chrome-plugin-recommand
- 通过RecyclerView实现的联系人: https://github.com/jiang111/IndexRecyclerView
- 用于学习RxJava操作符的APP: https://github.com/jiang111/RxJavaApp
- 展示注册进度的view: https://github.com/jiang111/ProgressView
- 可定制的ViewPagerIndicator: https://github.com/jiang111/ScalableTabIndicator
- 通过viewpager的滑动来对fragment内的元素进行动画操作: https://github.com/jiang111/ViewPagerTransformer