Inefficient Xamarin.Forms Layouts

Unnecessary attributes and layouts on a Xamarin.Forms page can slow down the performance of your app – https://docs.microsoft.com/en-us/xamarin/xamarin-forms/deploy-test/performance. This guidance has been around for a long time, but we wanted to know what kind of impact it really can have. Putting it to the test We created two similar ListView layouts. The first layout intentionallyContinue reading “Inefficient Xamarin.Forms Layouts”