MvvmQuickCross 1.5.0
See the version list below for details.
dotnet add package MvvmQuickCross --version 1.5.0
NuGet\Install-Package MvvmQuickCross -Version 1.5.0
<PackageReference Include="MvvmQuickCross" Version="1.5.0" />
paket add MvvmQuickCross --version 1.5.0
#r "nuget: MvvmQuickCross, 1.5.0"
// Install MvvmQuickCross as a Cake Addin #addin nuget:?package=MvvmQuickCross&version=1.5.0 // Install MvvmQuickCross as a Cake Tool #tool nuget:?package=MvvmQuickCross&version=1.5.0
MvvmQuickCross is a cross-platform MVVM pattern to quickly build native iOS, Android, Windows Phone and Windows Store Apps with shared C# code and Xamarin.
MvvmQuickCross delivers the benefit of data binding and design-time data to speed up development, while eliminating the coding overhead that data binding brings - by using code snippets - on all platforms.
MvvmQuickCross also aims to maximize the percentage of shared code across platforms, including navigation logic, with a specific Application+Navigator pattern.
MvvmQuickCross is lightweight and easy to modify: it adds no binaries, just one Visual Studio C# code snippets file and a few C# source files.
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.