MugenMvvmToolkit.Android.API8.AppCompactV7 1.1.1-beta1

This is a prerelease version of MugenMvvmToolkit.Android.API8.AppCompactV7.
The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package MugenMvvmToolkit.Android.API8.AppCompactV7 --version 1.1.1-beta1
NuGet\Install-Package MugenMvvmToolkit.Android.API8.AppCompactV7 -Version 1.1.1-beta1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="MugenMvvmToolkit.Android.API8.AppCompactV7" Version="1.1.1-beta1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add MugenMvvmToolkit.Android.API8.AppCompactV7 --version 1.1.1-beta1
#r "nuget: MugenMvvmToolkit.Android.API8.AppCompactV7, 1.1.1-beta1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install MugenMvvmToolkit.Android.API8.AppCompactV7 as a Cake Addin
#addin nuget:?package=MugenMvvmToolkit.Android.API8.AppCompactV7&version=1.1.1-beta1&prerelease

// Install MugenMvvmToolkit.Android.API8.AppCompactV7 as a Cake Tool
#tool nuget:?package=MugenMvvmToolkit.Android.API8.AppCompactV7&version=1.1.1-beta1&prerelease

This package contains the Android assemblies for Android with API >= 8 with Support Library AppCompact V7.
     Mugen MVVM Toolkit makes it easier to develop cross-platform application using the Model-View-ViewModel design pattern.
     The Mugen MVVM Toolkit provides a cross-platform MVVM development framework built on top of:
     - WinForms
     - WPF
     - Silverlight 5
     - Silverlight for WP7.1, WP8, WP8.1
     - Xamarin.Android
 - Xamarin.iOS
     - WinRT XAML framework for Windows 8 Store apps
     The Mugen MVVM Toolkit makes extensive use of Portable Class Libraries to provide maintainable cross platform C# native applications.
     The core of toolkit contains a navigation system, windows management system, IocContainer, validation, etc.
     The Mugen MVVM Toolkit provides a powerful bindings that you can use on any platform, here are some features:  
     - All of the features available for WPF platform available on all platforms and even more
     - Binding supports C# language expressions like Linq, Extension methods, method call, ternary operator (?:), coalescing operator (??), etc. (Text Items.First(x => x == Name).Value), (Text $string.Format('{0} {1}', Prop1, Prop2))
     - Supports subscription to any control event. (TextChanged ViewModelMethod($args)), (DoubleClick Command).
     - Built-in support for validation. (Text Prop1, Validate=True), (Text $GetErrors(Prop1).FirstOrDefault())
     - You can easily write their own extensions for bindings. (Text $i18.MyLocalizableString), (Text $MyCustomMethod(Prop1)).
     - Supports attached members (properties, events, methods), you can extend any object as you want.
     - Special editor for WinForms, you do not need to write code to create bindings
 - Parser builds syntax tree that allows you to easily change or extend the bindings, without manipulation of the raw text.
     - Supports fluent syntax
     - Excellent performance

Product Compatible and additional computed target framework versions.
.NET net6.0-android was computed.  net7.0-android was computed.  net8.0-android was computed. 
MonoAndroid monoandroid is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated

- Added Xamarin.iOS support
 - Updated state preservation and restoration algorithm for view models.
 - Improved binding performance.
 - Extended Binding API.
 - Updated extension methods.
 - Minor changes.