WP8Dev

Showing posts with label WP8Dev. Show all posts

In Windows Phone 7, we had four network settings page that we can invoke using the ConnectionSettingsTask. We had no other APIs to launch other settings page but in Windows Phone 8 Microsoft exposed few schemas for invoking these settings pages.

 

In addition to the existing pages, now we have few more as addition. Today in this post we will learn how to open those settings page using proper URI schemes.

Published by on under WP8 | WP8Dev

If you are looking for a way to retrieve the current battery status of Windows Phone device, first let me inform you that the same is not available for WP7 device. But if you are looking for the same to implement in WP8 device, you can do it now.

 

Windows Phone 8 SDK exposes an API to retrieve the current battery status of the device which includes remaining percent and time. Let’s discuss more about it.

Published by on under Tips | WP8

How to Crop an Image based on a Shape or Path control?

In the last post we discussed “How to Crop an Image using the WriteableBitmap class”. If you didn’t read it yet, first try to understand that before reading this post as we are going to use it in this post very frequently.

 

Today in this post we are going to learn how to crop an image in different shapes like rectangle, circle or any other different complex shapes programmatically.

Published by on under Silverlight | SilverlightTips

Some time we need to crop an image uploaded by user in Silverlight or Windows Phone applications. Sometime we also need to do a rotate transform or skew transform to the image before saving it. So, how to achieve it?

 

This blog post will cover the code with details using the WriteableBitmap class that comes with the SDK. Continue reading to know more about it.

Published by on under Silverlight | SilverlightTips

Last month Microsoft released Windows Phone 8 SDK and now they are organizing a 10 hours online webcast to train you in WP8 application development. In this webcast you will learn more about development from the experts.

 

In this post, find the session details, time table and the link to register for the free webcast event. Take part of it and enhance your Windows Phone skills.

Published by on under Events | Webcast

Microsoft recently released Windows Phone 8 SDK which you can install in your Windows 8 Pro x64-bit version to get started with the development process with Visual Studio 2012. Keep in mind that, your CPU should support Hyper-V and SLAT in order to run the WP8 emulator.

 

Today in this post we will have a quick look into the new WP8 SDK template, the project structure and improved manifest file.

Published by on under WP8 | WP8Dev

As mentioned in yesterday’s Windows Phone 8 launch event, Microsoft publicly released the WP8 SDK for developers. You can now build apps targeting Windows Phone 8 devices. You will be also able to program for Windows Phone 7 devices in Visual Studio 2012 now.

 

In this post, I am sharing the downloadable links of both web and offline ISO versions. Go through the System Requirements first before downloading and installing it.

Published by on under News | WP8

Today Microsoft announced that they are near to the final release of WP8 SDK tools for developers after doing several testing by selected partners and developers. Though the final WP8 SDK will be available publicly later this year but they are going to open applications for limited developers.

 

If you are interested to getting your hands dirty with the new bits, read out the complete post for details.

Published by on under News | Tools