A Type Converter allows you to convert values from a type to a different type, this is helpful when creating bindable properties in Xamarin Forms because it saves you a lot of time and validation code. In this article, I’m going to show you a few use cases where you can use it. NOTE: If […]
Validation Snippets in Xamarin Forms
— This article is part of the snippet June calendar by Luis Matos, click here to check all the great contributions”. Some time ago I read this great article in the Xamarin blog about adding validations in Xamarin Forms Enterprise Apps. In that post, they talked about a great validation model based on Validable objects, […]