I am wondering how to implement the "Previous page" navigation "<-- Back" ie on the Navigation Bar, I will have back arrow, when the user clicks on it it should take the user to the previous page. (Something very common in the Android application.). Of course on a web browser, user can use the Web browser's back button to go back to the previous page.
I know that I can add the back arrow using the following code but does not know how to call the previous page. Is there any mechanism available within ABM application to know what was the the previous page ?