We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
How to pass RecycledViewPool to Nested horizontal recyclerview ?
The text was updated successfully, but these errors were encountered:
And how to integrate with Paging?
Sorry, something went wrong.
Sorry for late response, @VEZE
For now lib doesn't provide any method for nested recycler view, I'll think about a good solution for this issue in nearest future.
But from my previous background I can recommend do something like this:
MainFactory
this
publishRelay
For paging you can use even fromendlessScrollObservable and for source where to store and get results I can recommend https://github.com/MobileNativeFoundation/Store
endlessScrollObservable
With paging you should use diffCallback for better experience
diffCallback
No branches or pull requests
How to pass RecycledViewPool to Nested horizontal recyclerview ?
The text was updated successfully, but these errors were encountered: