Bindings are a very good help to make the developer experience easier by allowing to dynamically load data into our controls! But I want to stop for a moment to analyze some important alerts: ➖ There’s no compile-time validation of binding expressions: By adding the values in the Binding we can only verify if they are correct in RunTime, we also…
Tag: Performance
Tips to improve performance in Xamarin Forms
It’s amazing when we use apps that have a quick response time, It’s very nice to see the applications which compromise our waiting time as little as possible. That’s why, as developers, we must put enough effort in ensuring that every application we make has the best performance possible. Granted, It’s amazing to be able to freely use components and…