Showing results for Binding - Xamarin Blog

Mar 25, 2020
5
0

Increase Binding Possibilities with RelativeSource

Javier Suárez
Javier Suárez

RelativeSource is a markup extension that is used to bind a property of a given element to another property of the element itself. This articles shares examples, documentation, and more!

Xamarin.Forms
Mar 9, 2020
0
0

Binding Android Kotlin Libraries

alexeystrakh
alexeystrakh

The ability to reuse components built with Kotlin has become increasingly important to Xamarin developers as their popularity amongst developers continues to grow. This post describes a high-level process of binding a Kotlin framework. Additional information with a detailed walkthrough is now available at Microsoft documentation.

XamarinAndroid
Feb 28, 2020
1
0

Binding iOS Swift Libraries

alexeystrakh
alexeystrakh

The ability to reuse components built with Swift has become increasingly important to Xamarin developers as their popularity amongst developers continues to grow. This post describes a high-level process of binding a Swift framework. Additional information available through Microsoft documentation.

XamariniOS
Feb 4, 2019
1
0

Using Existing C++ Libraries in Cross-Platform Xamarin.Forms Applications

Mike Parker
Mike Parker

Have you ever needed to integrate a C/C++ library in your Xamarin apps? Checkout this full Walkthrough pf an approach to wrapping a C/C++ library so it can be incorporated into Xamarin-based solutions via NuGet in a cross-platform manner.

DevelopersXamarin.FormsXamarin Platform