https://github.com/tranngoclam/rv-diff-more
Practice RecyclerView features using RxJava2
https://github.com/tranngoclam/rv-diff-more
android databinding java reactive-programming recyclerview rxjava2
Last synced: about 1 month ago
JSON representation
Practice RecyclerView features using RxJava2
- Host: GitHub
- URL: https://github.com/tranngoclam/rv-diff-more
- Owner: tranngoclam
- Created: 2018-06-30T05:11:17.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-01T04:17:03.000Z (almost 8 years ago)
- Last Synced: 2025-08-21T07:52:30.877Z (10 months ago)
- Topics: android, databinding, java, reactive-programming, recyclerview, rxjava2
- Language: Java
- Homepage:
- Size: 135 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Reactive RecyclerView
## INTRODUCTION
RecyclerView using RxJava
## TODO
### Features
[x] Pull2Refresh
[x] Pagination
[ ] Stateful RecyclerView (loading/content/error)
[ ] Local and remote search
[ ] Filter and sort combination
[ ] Item select/drag event
[ ] Separate PaginationManager
[ ] Abstraction
### Others
[ ] Support data binding
[ ] Unit testing