How to restart or shutdown my application programmatically?
Answer / 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 |
Explain how to sniff network traffic from the emulator?
What is the windows phone front page?
How to enable/disable alerts?
Explain does the web browser control share the ie cache?
Suppose my site is down, and async calls are taking too long to timeout. How can I set a reasonable timeout?
Explain how to deserialize json from a rest call?
How do I find my downloads on this phone?
Tell me is there an api for retrieving information on the files located in the store? I am looking to check when it was last written?
Explain how to change language settings?
How to detect the resolution of my device?
Tell me can I turn article photos off?
In my code the method marked by [ondeserialized] is never called after deserialization. Is this a known issue?