Skip to content

Instantly share code, notes, and snippets.

View sashaboy779's full-sized avatar

Oleksandr Boichuk sashaboy779

View GitHub Profile
@ivmirx
ivmirx / MvxBottomNavigationItemChangedBinding.cs
Last active June 25, 2022 14:09
Using the new Android's BottomNavigationView with MvvmCross 6
// a custom binding for Droid to get "app:MvxBind" in root_view working
using System;
using Android.Support.Design.Widget;
using MvvmCross.Binding;
using MvvmCross.Commands;
using MvvmCross.Platforms.Android.Binding.Target;
namespace YourApp.Droid.Bindings
{