Does MvxListView
support recycling by default? Early I used simple ListView
and wrote custom Adapter
and ViewHolder
for more productivity. But now I want use MvxListView
(MvvmCross) and Binding. But scrolling is very slow and lag.
You should use the MvxRecyclerView
. The code and sample for it can be found here: https://github.com/MvvmCross/MvvmCross-AndroidSupport/tree/master/MvvmCross.Droid.Support.V7.RecyclerView