Com.Xamtastic.Patterns.ViewModelFactory.dll
2.0.0
dotnet add package Com.Xamtastic.Patterns.ViewModelFactory.dll --version 2.0.0
NuGet\Install-Package Com.Xamtastic.Patterns.ViewModelFactory.dll -Version 2.0.0
<PackageReference Include="Com.Xamtastic.Patterns.ViewModelFactory.dll" Version="2.0.0" />
paket add Com.Xamtastic.Patterns.ViewModelFactory.dll --version 2.0.0
#r "nuget: Com.Xamtastic.Patterns.ViewModelFactory.dll, 2.0.0"
// Install Com.Xamtastic.Patterns.ViewModelFactory.dll as a Cake Addin #addin nuget:?package=Com.Xamtastic.Patterns.ViewModelFactory.dll&version=2.0.0 // Install Com.Xamtastic.Patterns.ViewModelFactory.dll as a Cake Tool #tool nuget:?package=Com.Xamtastic.Patterns.ViewModelFactory.dll&version=2.0.0
Bindable Object View Model and supporting artefacts for the Xamarin.Forms ViewModelFactory pattern VROOM implementation of MVVM, with API at www.Xamtastic.com
ViewModelFactory Pattern for Xamarin.Forms is a lightweight library that affords the separation of concerns between the creation of Dynamic UI, and the creation and integration of the Services SDK that the UI drives and consumes.
It uses hyperbolic rendering to auto-generate complex UI based upon the cascading of a generic Bindable Object View Model.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
-
- Xamarin.Forms (>= 1.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
New view added:
CartestianListView, which allows a single tag and single binding to auto-generate the UI for a whole page.
New supporting artefacts:
AutoGridViewCollectionAdapter
CartesianListViewItemAdapter
PropertyChangedBase
BindableObjectCollectionViewPropertyAttribute
Various optimisations and code comments added.
Bug in AutoGridView fixed where an odd number of columns resulted in the last row not being displayed.
Breaking Changes - Various names normalised, as follows:
BindableObjectViewModel renamed to Boffin
VMDto renamed to Adapter
MDto renamed to Model
ViewModelsOperator renamed to ViewModelOperator