Windows Phone 7 (Mango) Tutorial - 15 - Detecting Device Information - Online Free Computer Tutorials.

'Software Development, Games Development, Mobile Development, iOS Development, Android Development, Window Phone Development. Dot Net, Window Services,WCF Services, Web Services, MVC, MySQL, SQL Server and Oracle Tutorials, Articles and their Resources

Monday, June 20, 2011

Windows Phone 7 (Mango) Tutorial - 15 - Detecting Device Information

In our last chapter of Windows Phone 7 Tutorial, we learnt about detecting network information using the static class called DeviceNetworkInformation. We also demonstrated it with a small demo application.   In this new chapter of the tutorial series, we will learn how to detect the device information using the APIs present inside the SDK. We will learn how to detect whether any Keyboard has been installed with the device, whether the device is running under battery or using any external power supply. We will also learn the way to detect about the memory of the device and other device information.   Read more to know about the class and it's properties with a small demonstration of the code.   Index - Windows Phone 7 (Mango) Tutorial   Know more about the API Let's discuss about the API first, which we have to use to detect the information about the device. Using the class called "DeviceStatus" present inside the...

No comments:

Post a Comment