Tag: launch
How to Launch Map Application in Windows Phone 8 using C#?
Below is a sample code snippet that demonstrates how to launch the Maps Application in Windows Phone 8 programmatically using C#. How to Launch Map Application in Windows Phone 8 using C#?
How to Launch the Email and Accounts Settings App using URI Scheme in Windows Phone 8?
Below is a sample code snippet demonstrating how launch the Email and Accounts Settings App via the URI Scheme and LaunchUriAsync method in Windows Phone using C#. How to Launch the Email and Accounts Settings App using URI Scheme in Windows Phone 8?
How to Launch the Cellular Settings App using URI Scheme in Windows Phone 8?
Below is a sample code snippet demonstrating how launch the Cellular Settings app via the URI Scheme and LaunchUriAsync method in Windows Phone using C#. How to Launch the Cellular Settings App using URI Scheme in Windows Phone 8?
How to Launch the Device Cellular Settings App from the Windows Phone 8 App?
Below is a sample code snippet that demonstrated how the developers can use the ConnectionSettingsTask launcher to launch the windows phone device’s Cellular settings app from the Windows Phone 8 App. How to Launch the Device Cellular Settings App from the Windows Phone 8 App?
Launch URL in Web Browser using LaunchUriAsync in Windows Phone 8
The Windows.System namespace provides the Launcher class which exposes the method LaunchUriAsync which can be used to launch the Web Browser and navigate to the external Uri as described below. Launch URL in Web Browser using LaunchUriAsync in Windows Phone 8 Below is a sample code snippet demonstrating how to Launch URL in Web Browser using LaunchUriAsync in Windows Phone 8
Launch the Bluetooth Settings App using URI Scheme in Windows Phone 8
Below is a sample code snippet demonstrating how launch the Bluetooth Settings app via the URI Scheme and LaunchUriAsync method in Windows Phone using C#. Launch the Bluetooth Settings App using URI Scheme in Windows Phone 8
How to Launch the Application Details Page in Windows Phone Store using C#?
The Windows Phone 8 SDK provides the MarketplaceDetailTask which lets the users to launch the specified application’s details page in the Windows Phone Store from the Windows Phone App. How to Launch the Application Details Page in Windows Phone Store using C#? Below is a sample code snippet that demonstrates how to use the MarketplaceDetailTask. Modify the Content Identifier to specify the app for which…
How to Launch the Device Wifi Settings App from the Windows Phone 8 App?
Below is a sample code snippet that demonstrated how the developers can use the ConnectionSettingsTask launcher to launch the windows phone device’s Wifi settings app from the Windows Phone 8 App. How to Launch the Device Wifi Settings App from the Windows Phone 8 App?
Launch the Airplane mode Settings App using URI Scheme in Windows Phone 8
Below is a sample code snippet demonstrating how launch the Airplane mode Settings app via the URI Scheme and LaunchUriAsync method in Windows Phone using C#. Launch the Airplane mode Settings App using URI Scheme in Windows Phone 8