Tell me is there any internal page notification that it receives to detect a phone call?
Answer / Rita Kumari
Yes, Windows Phone provides an API called the PhoneCallTask that allows you to detect incoming calls. Your app can register for this event and react accordingly, such as pausing media playback or saving game progress.
| Is This Answer Correct ? | 0 Yes | 0 No |
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?
Tell me where is the best recommended place to store both static and user-specified configuration information?
Can we control the WebBrowser controls zooom?
Can I open sockets in windows phone?
Can I use my phone as a boot device?
Explain how to access the liveid credentials a user has entered into the device?
Explain Windows Phone Multitasking?
Explain 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 asp.net forms authentication supported?
Will texttrimming property be available on textblock?
Suppose I am hitting System.InvalidOperationException in the Navigate method of the WebBrowserControl. What gives?