Xamarin.Forms

Application

Singleton that encompasses entire application, made up of one or more Pages

Page

Page is the Xamarin.Forms word for Form. Made up of one or more views.

View

View is the Xamarin.Forms word for controls, e.g. buttons, labels, etc.

Layout

Layout is a type of View that is used to arrange one or more child Views.