MugenMvvmToolkit.Android.RecyclerView
5.1.0
See the version list below for details.
dotnet add package MugenMvvmToolkit.Android.RecyclerView --version 5.1.0
NuGet\Install-Package MugenMvvmToolkit.Android.RecyclerView -Version 5.1.0
<PackageReference Include="MugenMvvmToolkit.Android.RecyclerView" Version="5.1.0" />
paket add MugenMvvmToolkit.Android.RecyclerView --version 5.1.0
#r "nuget: MugenMvvmToolkit.Android.RecyclerView, 5.1.0"
// Install MugenMvvmToolkit.Android.RecyclerView as a Cake Addin #addin nuget:?package=MugenMvvmToolkit.Android.RecyclerView&version=5.1.0 // Install MugenMvvmToolkit.Android.RecyclerView as a Cake Tool #tool nuget:?package=MugenMvvmToolkit.Android.RecyclerView&version=5.1.0
This package adds Android Support Library v7 RecyclerView support for MugenMvvmToolkit.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
MonoAndroid | monoandroid10 is compatible. |
-
- MugenMvvmToolkit (>= 5.1.0 && < 5.2.0)
- Xamarin.Android.Support.v7.RecyclerView (>= 23.0.1.3)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Core:
- Fixed incorrect behavior of the SuspendNotifications method in the SynchronizedNotifiableCollection class when using in UI thread.
- Removed the IViewModelSettings.DisposeIocContainer property.
- Added the IConfigurableWrapperManager interface.
- Updated the WrapperRegistrationModuleBase class now it uses the IConfigurableWrapperManager interface instead of the WrapperManager class.
Binding:
- Removed null-check for the method call expressions.
- Optimized memory usage for the AttachedBindingMember class.
Android:
- Removed the BindableLayoutInflater class.
- Changed the view creation factory.
- Optimized the cache strategy for weak references.
- Increased the bindings performance.
Xamarin.Forms:
- Updated Xamarin.Forms to 2.0.0.6482.