Adaptive layouts for different device sizes in Xamarin apps

Ok, lets admit, Xamarin.forms has no built-in mechanisms for making our Apps look great on different screen sizes. In this post I will show you the approach I use to make my Apps to have a fluid and adaptive UI on different device screen sizes. The problem The most recurrent problem is related to label […]