
Windows Phone 8 SDK Update: New Features and System Requirements
Explore the latest Windows Phone 8 SDK update featuring new system requirements, emulator features, Bluetooth enhancements, screen resolutions, speech capabilities, app-to-app communication, native Direct3D games, in-app purchases, wallet integration, NFC technology, maps functionality, and more. Stay informed about the advancements in Windows Phone development.
Uploaded on | 0 Views
Download Presentation

Please find below an Image/Link to download the presentation.
The content on the website is provided AS IS for your information and personal use only. It may not be sold, licensed, or shared on other websites without obtaining consent from the author. If you encounter any issues during the download, it is possible that the publisher has removed the file from their server.
You are allowed to download the files provided on this website for personal or commercial use, subject to the condition that they are used lawfully. All files are the property of their respective owners.
The content on the website is provided AS IS for your information and personal use only. It may not be sold, licensed, or shared on other websites without obtaining consent from the author.
E N D
Presentation Transcript
Windows Phone 8 SDK Update 24 November 2012 presented by volevi Puhn Chaturaphit Navapon Ngarmvorarojsakul Tus Wichitchai
new system requirements 64-bit version of Windows 8 Pro or higher. 4 GB or more of RAM. CPU with Second Level Address Translation (SLAT). Hyper-V must be installed.
emulator WVGA 512MB WVGA WXGA 720p & Simulation Dashboard
bluetooth Windows Phone 8 SDK what s new? data sense lock screen audio auto upload lenses wallet maps nfc resolutions speech app-to-app in-app purchase library advanced camera capture async sqlite
async public async task<int> count() { int result = 0; //int result = await count(); public int count() { int result = 0; for (int i = 0; i < 5000000; i++) { result += i; } for (int i = 0; i < 5000000; i++) { result += i; } return result; } return result; }
maps display route & provide walking or driving direction.
advanced capture APIs iso focus position white balance exposure
& many more Tiles and notifications Lock screen Maps and navigation Location Speech Wallet Multi-resolution Direct3D and games App models Camera and photos Media User interface Communications Data and extensibility Windows Phone Store Ready for Business Localization and globalization App manifest file SQLite
Have fun with the Windows Phone 8 SDK! Q/A at www.facebook.com/volevi