As described in the previous lessons, an application should implement a root view - usually named App - that acts as central starting point of the view composition.
Watch this video to know more about implementing the App View for a List-Detail application.
App View Xml
The following figure will show you the implementation of the App.view.xml file.
App View Controller
As described in the video, a model is used to control the behavior of the sap.f.FlexbileColumnLayout control. It is a very common practice to instantiate and initialize the model in the onInit function of the App view controller.