MvvmCross-AndroidSupport icon indicating copy to clipboard operation
MvvmCross-AndroidSupport copied to clipboard

Feature Request - MvxRecyclerView should support incremental loading

Open thefex opened this issue 8 years ago • 6 comments

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"

thefex avatar Apr 04 '16 07:04 thefex

There is already a plugin for that: https://github.com/HBSequence/Sequence.Plugins

martijn00 avatar Apr 04 '16 07:04 martijn00

@martijn00 Hm it doesn't support recyclerview but looks it will be better to fork plugin and add recyclerview support there. Closing.

thefex avatar Apr 04 '16 08:04 thefex

Why not add it upstream in the IMvxRecylerViewAdapter?

Cheesebaron avatar Apr 04 '16 08:04 Cheesebaron

We could do that, but it might be better to keep things centralized in one plugin.

martijn00 avatar Apr 04 '16 08:04 martijn00

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...

Cheesebaron avatar Apr 04 '16 08:04 Cheesebaron

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.

ilber avatar Aug 31 '16 06:08 ilber