MugenMvvmToolkit.Android.ActionBar 1.0.0

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

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

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

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.

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

- Split the android project into several parts, Android, Android.ActionBar, Android.AppCompat, Android.Fragment, Android.RecyclerView.
     - Increased performance of ItemsSourceAdapter (Android).
     - Fixed invalid binding validation when using $GetErrors method.
     - Added Xamarin.Forms support.
     - Added support for API21(Android).
     - Added IWrapperManager instead of IViewModelWrapperManager.
     - Added ClearBackStack hint for navigation, it allows to remove ViewModel from the back navigation stack (WP, WPF, WinRT, Android, iOS).      
     - Added IResourceDataTemplateSelector (Android).
     - Added support for the $root keyword (Binding).
     - Updated IEventAggregator, added the ability to subscribe using a delegate.
     - Updated IDynamicObject interface, that allows to invoke methods and index members.
     - Updated CompiledExpressionInvoker, now it can invoke dynamic members.
     - Updated BindingEditor (WinForms).
     - Updated INavigationContext, added NavigationType property.
     - Updated IObservable interface, now it works with ISubscriber interface.
     - Updated DefaultValueOnExceptionBehavior, now you can set default value (Binding).
     - Moved the Handle method from IEventListener to extension method (Binding).
     - Removed ThrowOnMultiInitialization property from IViewModelSettings.
     - Optimized delegate allocation.
     - Minor changes.