How to create binding to Android/iOS native controls/layouts/views?
Currently, I am migrating my project to .NET MAUI, but because I was using Xamarin Android and iOS instead of Xamarin Forms, so instead of using MAUI controls, I only use Microsoft.Android and Microsoft.iOS to make use of what I have already had. From the documentation of .NET MAUI, the binding between views and view models are defined in xaml files, but since I do not use MAUI controls, I would like to know how to create bindings programmatically between native controls and view models. Note that, I had used MVVM Light, now I am migrating it to Community Toolkit, which have limited supports for native controls bindings..