RecyclerView超级万能适配器(多布局、head、foot、下拉刷新、上拉自动更多、滑动删除)
GitHubAPK下载欢迎star,fork,follow使用方法将libray模块复制到项目中,或者直接在build.gradle中依赖:allprojects{repositories{maven{url'https://jitpack.io'}}}dependencies{compile'com.github.AnJiaoDe:RecyclerViewAdapter:V2.3.0'}注意:如