Building a Xamarin Forms UI - Controls

Difficulty: Intermediate
Duration: 1 minute and 14 seconds
Students: 19
Rating: 5/5

Building a Xamarin Forms UI - Controls brings together the user interface concepts from the preceding lessons in the Building a Xamarin Forms UI series to create a simple data entry screen with text fields, a date picker, a slider control, and an embedded image. We see how to combine controls within a ContentView, coordinating their actions with C# in the code-behind to create a user defined control. We learn how to account for differences between Android and iOS layouts with conditional formatting.

 

Source code

https://github.com/cloudacademy/xamarin-forms-ui-code-behind

https://github.com/cloudacademy/xamarin-forms-ui-controls

 

Covered Topics