如何在 Windows 8 中制作动态磁贴?动态、如何在、Windows

2023-09-06 06:13:55 作者:納痛、依然猶存

我已经搜索了示例、开发者网站、入门和增强 bla bla bla 页面.

I've searched the samples, the developer site, the getting started and the enhancing bla bla bla pages.

即使在 Google 上使用一些搜索查询,我也看不到任何有关 Windows 8 中动态磁贴的信息.

Even using some search queries on Google, I can't seem any information on live tiles in Windows 8.

如何在 Windows 8 中创建动态磁贴?为此可以使用哪些语言?C#?XAML?

How do I create a live tile in Windows 8? What languages can be used for that? C#? XAML?

推荐答案

http://msdn.microsoft.com/en-us/library/windows/apps/br211386

您可以使用 C# 或 VB + XAML 或 HTML/JS 或 C++.

You can use either C# or VB + XAML or HTML/JS or C++.

这是 BUILD 大会上的重大公告,也是 WinRT 的全部意义所在(我希望他们真的认真地推动 WinRT 超过一年).

That was the big announcement at the BUILD conference and the whole point of WinRT (God I hope they actually are serious about pushing WinRT for more than a year).

否则它将回到我们在第一次预览后看到的 Silverlight/.Net 起义...

Otherwise it would be back to the Silverlight/.Net uprising that we saw after the first preview. . .

编辑

您首先需要了解 MetroUI 的术语.您还可以在 Windows Phone 7 下找到更多信息.

You'll first need to learn the terminology of the MetroUI. You can also find more info under Windows Phone 7.

动态磁贴可以发送磁贴通知.这就是社交名流板块在 Facebook 上提供信息的方式.操作系统将循环通过您声明的磁贴通知.这些都在基本 Tile 示例和高级 Tile 示例中.

The Live Tiles can send tile notifications. That's how the socialite tile does the facebook feed. The OS will cycle through tile notifications that you've declared. This is all in the basic Tile sample and the advanced Tile sample.

这里是所有示例的链接构建事件.

Here is a link to all the samples from the BUILD event.

从此处开始逐步了解该平台.如果参考文档令人困惑,我会从那里开始.

Start here for a step by step walkthrough of the platform. I would start there if the reference documentation is confusing.