Posts by this author

Mar 4, 2021
7
1

CollectionView Drag & Drop Item Reordering with Gesture Recognizers

Items reordering in a list-based control is a handy feature and it is used in various use cases. From simple scenarios like configuring settings, defining tabs order to complex scenarios like managing user content, and reordering images or email. With the recent Xamarin.Forms 5.0 release, Drag and Drop gesture recognizers were introduced and enable...

Xamarin.FormsDevelopersIntegrations
May 22, 2020
1
0

Reuse Xamarin.Forms Pages in an iOS Extension

Get a complete walkthrough on how to integrate Xamarin.Forms and render a simple ContentPage natively in an iOS Extension project. Read on to learn more!

DevelopersXamarin.FormsXamarin
Mar 9, 2020
0
0

Binding Android Kotlin Libraries

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

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