Info
Version: | 1.0.0 |
Author(s): | Anthony Harrison |
Last Update: | Sunday, August 2, 2015 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/Xamtastic/SmallestMvvm |
NuGet Url: | https://www.nuget.org/packages/Com.Xamtastic.Patterns.SmallestMvvm |
Install
Install-Package Com.Xamtastic.Patterns.SmallestMvvm
dotnet add package Com.Xamtastic.Patterns.SmallestMvvm
paket add Com.Xamtastic.Patterns.SmallestMvvm
Com.Xamtastic.Patterns.SmallestMvvm Download (Unzip the "nupkg" after downloading)
Dependencies
- Xamarin.Forms(1.4.4.6392)
Tags
SmallestMvvm for Xamarin.Forms contains all of those artefacts that are necessary for the smallest implementation of MVVM and achieves ViewModel injection using page class decorations.
Artefacts include PageBase, PropertyChangedBase, ViewModelBase, ViewModelTypeAttribute.