Step 1. Add the JitPack repository to your build file
Add it in your root build.gradle at the end of repositories:
allprojects {
repositories {
...
maven { url "https://jitpack.io" }
}
}
Step 2. Add the dependency
dependencies {
compile 'com.android.support:recyclerview-v7:23+'
compile 'com.github.jiang111:IndexRecyclerView:1.0'
}
1.首字母悬浮在顶部。
2.侧滑删除联系人。
3.联系人索引。
效果图:


在head_recyclerview branch实现了带head的RecyclerView

https://github.com/timehop/sticky-headers-recyclerview
https://github.com/daimajia/AndroidSwipeLayout
Android对RecyclerView的封装,使用简单,功能丰富
一个优雅的实现多类型的RecyclerView类库 支持DataBinding Form
Android三步实现任意控件悬浮效果
Android用RecyclerView实现的二维Excel效果组件
Android一个具有弹簧效果的RecyclerView
Android一个从列表布局到网格布局切换的例子
安卓仿qq分组管理,可以删除,增加,以及修改等等
Android的数据绑定RecyclerView:灵活的方式
仿qq身边的人RecycleView实现
RecyclerView很新颖的一种header实现
自定义视图可以上下拉动,支持滚动型,ListView控件,RecyclerVi
通过RecyclerView实现的联系人
Android对RecyclerView的封装,使用简单,功能丰富
一个优雅的实现多类型的RecyclerView类库 支持DataBinding Form
Android三步实现任意控件悬浮效果
Android用RecyclerView实现的二维Excel效果组件
Android一个具有弹簧效果的RecyclerView
Android的数据绑定RecyclerView:灵活的方式
热门源码