https://github.com/githubhaohao/jcrecyclerview
一个具有刷新,加载以及异常状态显示功能的 RecyclerView
https://github.com/githubhaohao/jcrecyclerview
loadmore recyclerview refresh
Last synced: 4 months ago
JSON representation
一个具有刷新,加载以及异常状态显示功能的 RecyclerView
- Host: GitHub
- URL: https://github.com/githubhaohao/jcrecyclerview
- Owner: githubhaohao
- Created: 2017-04-13T08:31:45.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-27T05:25:16.000Z (over 8 years ago)
- Last Synced: 2025-04-09T13:12:01.106Z (10 months ago)
- Topics: loadmore, recyclerview, refresh
- Language: Java
- Homepage:
- Size: 8.21 MB
- Stars: 10
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JCRecyclerView
[APK](https://github.com/githubhaohao/JCRecyclerView/blob/master/demo.apk)
一个针对 RecyclerView 的极简的加载刷新库。
极简主要体现在对 RecyclerView 进行简单的封装,与 SwipeRefreshLayout 组合使用可以无缝显示加载、刷新的(异常和失败)状态,具有很强的灵活性和实用性,并且不改变 RecyclerView 原有的特性。
JCRecyclerView 具备 RecyclerView 的所有特性。
## 效果展示


## 用法
基本用法与 RecyclerView 相同。
[sample](https://github.com/githubhaohao/JCRecyclerView/blob/master/app/src/main/java/com/jc/myrecyclerview/MainActivity.java)
## TBD
- [x] 可自定义 Load View
- [ ] 可自定义 Refresh View