Metro
Использование рабочих веб-процессов для повышения производительности приложений HTML5-JavaScript* стиля Metro
Intel® Perceptual Computing SDK - Getting Started Guide Version 1.0
Download Article
Download Intel® Perceptual Computing SDK - Getting Started Guide Version 1.0 [PDF 632KB]
使用 C# 在 Windows* 8 商店应用中支持触摸
Ultrabook Ultimate Coder Week 2: Gaps in tech initiate restarts and innovation
I have to remind myself that Week 2 is actually the end of Week 1, and with that it is a bit mind boggling these developers are already deep into the tech after 1 week. We are already learning a lot from these projects. Any developer considering an Windows 8 project should certainly tune in. There are a lot of mine fields being exposed as well as tricks and tips being implemented. With that in mind here is the run down of the developers and judges for week 2 of the Ultimate Coder: Ultrabook Challenge
Devs make tough technical and feature decisions:
Did Ars Technica forget the developer ecosystem in its Win 8 article
Earlier this week I was forwarded and article from Ars Technica by Peter Bright questioning if Windows 8 is really cut out for tablet. Overall it’s a fair article with a bit of tea reading, where Peter questions if Microsoft is really fully committed to tablet with Windows 8. In reading I kept thinking Ars Technica is reading things a bit backwards, and may not be considering the developer ecosystem.
Ultrabook Touch and Sensor Resources
Поддержка сенсорного ввода в Metro-приложениях Windows 8* с помощью C#
Develop location-aware, Metro style apps when your development system doesn't have GPS
The Windows Sensor and Location platform, first introduced by Microsoft back in Windows 7, allows applications to obtain information about, and react to, the hardware's physical environment. One of the many sensor types that are supported are those that provide location information, including GPS receivers.
Win8 Metro应用远程调试方法
使用Visual Studio 2012远程调试工具可以实现Win8上,Metro应用开发和测试机器的联调,即在一台普通的安装有Visual Studio 2012 的PC上面开发调试,而程序是运行在另一台平板电脑的。
远程调试主要包含以下几个步骤
1. 系统要求
2. 网络连接设置
3. 安装和设置remote debugger
4. 设置项目工程为远程调试的方式
5. 进行远程调试
为了描述方便,我们先定义两个概念:
主机(Host Devices): 安装有Win8以及Visual Studio 2012 用来开发Metro应用的PC
目标设备(Target Devices): 一般是平板电脑等触屏设备,用来运行Metro应用的。
1. 系统要求
