200 likes | 429 Views
Windows Phone 8 SDK Update 24 November 2012. presented by volevi. Puhn Chaturaphit Navapon Ngarmvorarojsakul Tus Wichitchai. Windows Phone 8 SDK. new system requirements. 64-bit version of Windows 8 Pro or higher. 4 GB or more of RAM.
E N D
Windows Phone 8 SDK Update 24 November 2012 presented by volevi Puhn Chaturaphit NavaponNgarmvorarojsakul TusWichitchai
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(){intresult = 0; for (inti = 0; i < 5000000; i++) { result += i; } return result;} //int result = await count(); public int count(){intresult = 0; for (inti = 0; i < 5000000; i++) { result += i; } 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