Multi-binding is a great feature that was introduced in Xamarin Forms 4.7 that allows the binding of multiple sources to a single target property. It gives us a lot of flexibility as now we don’t need to create multiple UI elements for each bindable property, which improves performance and makes our code cleaner. Why is […]
Online Talk – Desarrollando Aplicaciones SOLID @ MVP Conf LATAM
On December 10, Rendy Del Rosario and I participated in the MVP Conf LATAM event. We gave a talk about Developing SOLID Apps, we covered topics such as SOLID Principles, how to identify when an application is not following these principles, and shared final tips. You can check the full event agenda here. Slides here: Desenvolvendo Aplicações SOLID […]
Online Talk – Mastering XAML in Xamarin Forms @ Monkey Conf Spain
On December 8, Rendy Del Rosario and I participated in the Monkey Conf Spain event. We gave a talk about Mastering XAML in Xamarin Forms covering topics such as Triggers, Converters, Multi-Bindings , Control templates, and a lot of technics of how to achieve complex logic that we use to do in code-behind on XAML. […]