Skip to content
This repository has been archived by the owner. It is now read-only.

Feature Request - MvxRecyclerView should support incremental loading #205

Open
thefex opened this issue Apr 4, 2016 · 6 comments
Open

Comments

@thefex
Copy link
Contributor

thefex commented Apr 4, 2016

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"

@martijn00
Copy link
Contributor

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

@thefex
Copy link
Contributor Author

thefex commented Apr 4, 2016

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

@thefex thefex closed this as completed Apr 4, 2016
@Cheesebaron
Copy link
Member

Why not add it upstream in the IMvxRecylerViewAdapter?

@martijn00
Copy link
Contributor

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

@Cheesebaron
Copy link
Member

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 Cheesebaron reopened this Apr 4, 2016
@ilber
Copy link

ilber commented Aug 31, 2016

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Development

No branches or pull requests

4 participants