android - How Does Navigation in xamarin.forms Works? -


as using xamarin.forms application in android have navigate 1 page another. question is, if navigating 1 page page adds navigation stack. example, if app has navigation such page1 --> page2 --> page3 --> page4 --> page1 (it behaves cycle) replace page1 when navigate page on second time or adding stack. can explain navigation in simple way??

edit

what mean replace means if navigating 1 page adds stack, won't affect performance of application if navigation continues loop , keeps on adding stack??

note: don't want go previous page, want navigate 1 continously.

thanks in advance

can try elaborate on question bit more? mean 'replace'?

it's stack, no: first page1 not 'replaced', rather 'copy' in place.

example:

imagine list view bound data objects. when click item, item details page. imagine details page have previous , next buttons navigate other items , press one. stack this: listviewpage -> itemspage -> itemspage.


Comments

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -