Xamarin.Forms FormsGallery in XAML
This is a complete rework of the Xamarin.Forms FormsGallery
sample, but this time using the XAML markup language instead of creating the UI elements directly in code as it is done in the original sample. The purpose of this sample is to showcase everything that’s available out of the box in Xamarin.Forms, or, in Xamarin’s own words:
This program displays all the views, cells, layouts, and pages available in Xamarin.Forms, one per page.
I did this as an exercise for becoming familiar with Xamarin.Forms and at the same time as a reference application to be able to quickly look up how Xamarin.Forms standard controls are used in XAML.