Xamarin.Android MvxListView回收
Xamarin.Android MvxListView recycling
MvxListView
默认支持回收吗?早期我使用简单的 ListView
并编写自定义 Adapter
和 ViewHolder
以提高工作效率。但现在我想使用 MvxListView
(MvvmCross) 和绑定。但是滚动非常缓慢且滞后。
你应该使用MvxRecyclerView
。可以在此处找到它的代码和示例:https://github.com/MvvmCross/MvvmCross-AndroidSupport/tree/master/MvvmCross.Droid.Support.V7.RecyclerView
MvxListView
默认支持回收吗?早期我使用简单的 ListView
并编写自定义 Adapter
和 ViewHolder
以提高工作效率。但现在我想使用 MvxListView
(MvvmCross) 和绑定。但是滚动非常缓慢且滞后。
你应该使用MvxRecyclerView
。可以在此处找到它的代码和示例:https://github.com/MvvmCross/MvvmCross-AndroidSupport/tree/master/MvvmCross.Droid.Support.V7.RecyclerView