How to restart or shutdown my application programmatically?
Answer Posted / diana
There is no API to do this. Hitting ‘back’ when there is only one page left on the stack is the way to exit the application. Hitting Start button does not exit, just pauses it
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Some images look different when synced to the device and read programmatically. Do decoders change these?
How to sniff network traffic from the emulator?
Tell me is it possible to run two instances of emulator on the same machine. I am doing some networking app and need two emulators to test it?
Does the web browser control share the ie cache?
Suppose when I deployed my xna app to the xde, the orientation is in portrait mode, but when I deploy it to a device, it's in landscape mode.?
Tell me is it possible to use custom pixel shader in xna?
Suppose I am trying to receive toast notifications in emulator app. I got everything setup but notification does not show up in emulator at all?
Can I get weather for my location?
In my code the method marked by [ondeserialized] is never called after deserialization. Is this a known issue?
Explain how to customize front page?
Can I turn article photos off?
What are the supported codecs for video?
I looked through the medialibrary class in xna, and it looks like we can only enumerate through audio, but not video content in the media library?
Explain I am getting too many mouse leaves on my custom control.?
Suppose have a very simple application that uses the applicationbar. The app bar shows one menu item when in portrait. However as the second image shows theapp bar displays now items in landscape mode. Is that by design or a bug?