Hi Sandip,
Thanks for the quick reply. While, I am asking how to handle the navigation action, not UI implementation. Eg:
page1.js
page2.js
Each has some UI, say, some layouts.
There is a button called "To Page 2" on page 1. How do you implement the "Press" handler function of the button in order to go to Page2 view? Similarly go back from page 2 as well.
Thanks.
Dong