c# - Windows Phone - Navigation to Other Pages -


let have windows phone application 5 pages:

  1. log-in
  2. main menu (after successful log-in)
  3. make payment (accessed main menu)
  4. enter credit card details (accessed main menu)
  5. view previous payments (accessed main menu)

can user navigate page likes using sort of url in windows phone app? instance, in websites, user can navigate page typing url in address bar. programmer check session see if user authorized view page.

does scenario apply windows phone app? or user restricted follow flow of program dictated developer?

the user cannot navigate freely inside windows phone app, must follow path defined developer. have define interactions. problem can find backward navigation.


Comments

Popular posts from this blog

c# - Send Image in Json : 400 Bad request -

jquery - Fancybox - apply a function to several elements -

An easy way to program an Android keyboard layout app -