An open API service indexing awesome lists of open source software.

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

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