MugenMvvmToolkit.Android.AppCompat
                              
                            
                                3.4.0
                            
                        
                    See the version list below for details.
dotnet add package MugenMvvmToolkit.Android.AppCompat --version 3.4.0
NuGet\Install-Package MugenMvvmToolkit.Android.AppCompat -Version 3.4.0
<PackageReference Include="MugenMvvmToolkit.Android.AppCompat" Version="3.4.0" />
<PackageVersion Include="MugenMvvmToolkit.Android.AppCompat" Version="3.4.0" />
<PackageReference Include="MugenMvvmToolkit.Android.AppCompat" />
paket add MugenMvvmToolkit.Android.AppCompat --version 3.4.0
#r "nuget: MugenMvvmToolkit.Android.AppCompat, 3.4.0"
#:package MugenMvvmToolkit.Android.AppCompat@3.4.0
#addin nuget:?package=MugenMvvmToolkit.Android.AppCompat&version=3.4.0
#tool nuget:?package=MugenMvvmToolkit.Android.AppCompat&version=3.4.0
This package adds Adnroid Support Library v7 AppCompat support for MugenMvvmToolkit.
| Product | Versions Compatible and additional computed target framework versions. | 
|---|---|
| MonoAndroid | monoandroid10 is compatible. | 
- 
                                                
- MugenMvvmToolkit (>= 3.4.0 && < 3.5.0)
 - Xamarin.Android.Support.v7.AppCompat (>= 21.0.3)
 
 
GitHub repositories
This package is not used by any popular GitHub repositories.
- Fixed incorrect operator precedence (Binding).
      - Changed algorithm of methods resolution (Binding).
      - Added support for (?.) null conditional operator (Binding).
      - Added the INavigationOperation interface instead of IAsyncOperation<bool?> that contains the NavigationCompletedTask property that allows to wait for the completion of navigation.
      - Added support for Popup and SettingsFlyout views (WinRT).
      - Added FromAsyncHandler method to the RelayCommandBase class that allows to create task-based commands.
      - Added the IBusyToken interface.
      - Added new flags for the LoadMode enum RuntimeDebug and RuntimeRelease.
      - Added UserControl class for Android can be used as an alternative to the fragment.
      - Removed the EndBusy method.
      - Optimized memory usage for ViewModelBase.
      - Minor changes.