You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner. It is now read-only.
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"
The text was updated successfully, but these errors were encountered:
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...
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"
The text was updated successfully, but these errors were encountered: