On November 30, I participated in a panel called woman, data, wine, and more along with Elena López, Leomaries Reyes, Leslie Ramirez, Elisabeth Sanquintin, Gilda Alvarez, and Yesica Hernandez, where we talked about our experience being a woman in tech. Place: Online Language: Spanish Date: Novembre 30, 2020 Attendees: 200~ Event: https://www.youtube.com/watch?v=eC7oN96x3JA&t=189s
Simplifying Bindable Properties with Type Converters in Xamarin Forms
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 […]