xaml - How to navigate to Windows Phone 8 start screen using C# -


i have built basic sound board app following video tutorial series on channel 9 [http://channel9.msdn.com/series/windows-phone-8-development-for-absolute-beginners]. each page in app displays list of sound tiles, on tap plays associated sound. have extended app allow user tile individual sound phone's start screen. works fine upto point.

now whenever user taps sound start screen, want app tile play sound, navigating application @ moment. have raised similar question on channel 9 , video series author suggested me possible calling navigationservice.goback method on onnavigatedto event. tried that, getting exception message 'cannot go when cangoback false'. here channel 9 thread - http://channel9.msdn.com/series/windows-phone-8-development-for-absolute-beginners/part-23-testing-and-submitting-to-the-store

appreciate if helps me resolve issue.

entire source code of app available on github @ https://github.com/prasadhonrao/windowsphone8/tree/master/soundjabber

thanks.

to programmatically exit application, can call:

application.current.terminate(); 

unfortunately, work on windows phone 8, method isn't available on windows phone 7.


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -