MvvmLightAndroidSupport 5.4.1.1
The MVVM Light Toolkit is a set of components helping people to get started in the Model-View-ViewModel pattern in Silverlight, WPF, Windows Phone, Windows 10 UWP, Xamarin.Android, Xamarin.iOS, Xamarin.Forms. It is a light and pragmatic framework that allows you to pick which components you want to use. This version contains only the Android Support libraries. At the moment this includes support for RecyclerView with an ObservableRecyclerAdapter and a CachingViewHolder.
Install-Package MvvmLightAndroidSupport -Version 5.4.1.1
dotnet add package MvvmLightAndroidSupport --version 5.4.1.1
<PackageReference Include="MvvmLightAndroidSupport" Version="5.4.1.1" />
paket add MvvmLightAndroidSupport --version 5.4.1.1
#r "nuget: MvvmLightAndroidSupport, 5.4.1.1"
Release Notes
http://www.mvvmlight.net/installing/changes
Dependencies
-
MonoAndroid 1.0
- mvvmlightlibs (>= 5.3.0)
- Xamarin.Android.Support.v7.RecyclerView (>= 23.0.0)
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.