On Sept 27 Rendy Del Rosario and I gave a talk about Xamarin Forms best practices in the Monkey Fest Latam 2019. We explained best practices in terms of UX, UI, performance, security, etc. You can check the full presentation here: Xamarin Forms Best Practices from Charlin Agramonte Place: Ruta N- Medellin, Colombia Language: Spanish Date: Sept 27, 2019 Attendees: 150~ Event: https://www.monkeyfestlatam.io/ […]
Keynote Xamarin Forms Evolution – Monkey Fest Latam 2019
The past week I had the opportunity to participate in a great conference called Monkey Fest Latam. In which Rendy Del Rosario and I gave the opening keynote about the evolution of Xamarin Forms. We talked about the history of Xamarin Forms, the main features released along the years and ended with the new big announcements. You can […]
Understanding Visual State Manager in Xamarin Forms
Visual State Manager is a concept that was introduced in Xamarin Forms 3.0 which allows you to do visual changes according to a state. So basically according to a status change, you can change the properties of any UI control. By default, it has 3 pre-defined states: Normal, Disabled, Focused. A good use case then […]