— If you don’t know what a converter is, I recommend you reading this article first. Have you ever wondered how to pass multiple parameters to a converter, or how to create properties in a converter to change the value based on them? If you want to know how to achieve it then keep reading […]
Online Debate: Xamarin Forms Frameworks
On June 16, Rendy Del Rosario and I participated as organizers/moderators in a Xamarin Forms Frameworks debate, we discussed the different framework options we have when developing a Xamarin Forms app. As panelists, we had representations from different Latin American countries: Prism represented by Jesus Ángulo (From Peru) MvvmCross represented by Nico Milcoff (From Argentina) […]
Exploring Drag and Drop in Xamarin Forms
In Xamarin Forms 5 the ability for doing drag and drop was released. In this article, I’ll explore it and show you how to use it by creating a simple Schedule UI, which will have the ability to drag event cards and drop them over a Trash icon to delete them. How it works To […]