In this tutorial, i am going to explain how to navigate between two pages using an App control.
App: App is a container element and is a part of library sap.m. This container has an aggregation called pages within which you can add any number of pages. And to navigate within the pages, the container has methods such as to for forward navigation and back for backward navigation. It also has method as backtopage using which you can navigate to specific page you wanted.
Code:
0 Comments:
Post a Comment