MugenMvvmToolkit.Android.ActionBar 3.4.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package MugenMvvmToolkit.Android.ActionBar --version 3.4.0
NuGet\Install-Package MugenMvvmToolkit.Android.ActionBar -Version 3.4.0
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.ActionBar" Version="3.4.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add MugenMvvmToolkit.Android.ActionBar --version 3.4.0
#r "nuget: MugenMvvmToolkit.Android.ActionBar, 3.4.0"
#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.ActionBar as a Cake Addin
#addin nuget:?package=MugenMvvmToolkit.Android.ActionBar&version=3.4.0

// Install MugenMvvmToolkit.Android.ActionBar as a Cake Tool
#tool nuget:?package=MugenMvvmToolkit.Android.ActionBar&version=3.4.0

This package adds ActionBar support for Android with API >= 14 for MugenMvvmToolkit.

Product Compatible and additional computed target framework versions.
MonoAndroid monoandroid40 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.4.1 102 4/10/2015
3.4.0 52 4/5/2015
3.3.0 70 3/1/2015
1.0.0 88 12/31/2014

- 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.