Building a Xamarin Forms UI - Code Behind
Difficulty: Intermediate
Duration: 1 minute and 37 seconds
Students: 19
While XAML is the preferred method for designing a Xamarin Forms UI, whatever can be achieved in XAML can be done using C# in the code-behind file. Building a Xamarin Forms UI - Code Behind looks at manipulating controls in Xamarin Forms UI using C# code. We take a content view from the earlier Layout Containers lesson and see how to adapt to changing device orientation in the code-behind file.
Source code
https://github.com/cloudacademy/xamarin-forms-ui-code-behind