MvvmCross / MvvmCross-AndroidSupport

Android support library packages for MvvmCross: The .NET MVVM framework for cross-platform solutions.
http://mvvmcross.com
15 stars 0 forks source link

Feature Request - MvxRecyclerView should support incremental loading #205

Open thefex opened 8 years ago

thefex commented 8 years ago

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 commented 8 years ago

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

thefex commented 8 years ago

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

Cheesebaron commented 8 years ago

Why not add it upstream in the IMvxRecylerViewAdapter?

martijn00 commented 8 years ago

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

Cheesebaron commented 8 years ago

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

ilber commented 8 years ago

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.