0
Fala galera.
I have an app posted on Windows Phone where I navigate between pages without having to worry about the history, that is, if the user presses the Windows Phone Back button, it automatically goes back to the previous page. Similar to IE or Firefox, for example.
To be clearer, suppose the Search.xaml page lists the result of a search.
In this result there is a link to the registration details. When user clicks I send it to the page Detail.xaml? id=1
In the details of the page Detail.xaml has another link to another reference. So, I redirect the user to the same page Detail.xaml? id=2.
And so on and so forth.
I get the same result on Android?
Remembering that in WP, I do not care about the history of the pages because it goes back to the previous page without intervention in code.
Hugs.
Overall you don’t have to worry no. But at that link has plenty of information about it.
– Neuber Oliveira