As I am a newbie to openui5, I can't navigate from one view to another view using a button click.
How do I do that? I searched a lot and I got frustrated. While searching mostly I got the data related to sap.m(mobile) but I need code sample for sap.ui.commons(desktop) or any other link would be helpful.
Can anyone share some sample code for sap.ui.commons (Routing or tab navigation) not for sap.m?
There are different options for this:
1.Option:
is to use the
sap.ui.ux3.Shellsee here2.Option:
using a Router
3.Option:
or by hiding a view and showing it like this: