I need to implement the back button; (as in webpages, when you click the back
button the screen will set focus to the previous screen).
I am not using a navigation control here, instead i want to do this using a Navigation bar
and then adding a navigation button
on it. Now when the user clicks on the navigation button
the previous view
should be displayed.
How should i do this.
My screen looks like this :
When i click on Hello, it should go to the previous screen.