Open thefex opened 8 years ago
There is already a plugin for that: https://github.com/HBSequence/Sequence.Plugins
@martijn00 Hm it doesn't support recyclerview but looks it will be better to fork plugin and add recyclerview support there. Closing.
Why not add it upstream in the IMvxRecylerViewAdapter?
We could do that, but it might be better to keep things centralized in one plugin.
I don't think it should be another plugin, because the plugin provides a View replacement and an Adapter replacement and isn't really something you plug-in...
Hi @Cheesebaron, Thank you for your amazing job first. I wanted to ask you if there is any update here with the continuous loading here? Thanks again.
MvxRecyclerView should support incremental loading (fetching new items) by scrolling to the end of list. I propose adding binding such as local:MvxBind="ItemSource SomeObservableItemsSource; IncrementalLoading CommandWhichHandleIncrementalLoading"