1

I've a app called 'drumtime' installed on Windows 8. It's tile is being changed/updated on every about 10 seconds. This couldn't be done with Background tasks I guess because a background task needs 15 minutes to be executed. But even if the app is not running, it's tile is still being updated.

enter image description here after 10 seconds => enter image description here

So, how can I update an app's tile on every 10 seconds even when the app itself is not running?

I appreciate any help.

4

2 回答 2

1

这是每分钟更新磁贴的MSDN 示例。你可以学习逻辑。您必须以这种方式设置时间表,磁贴会在 10 秒内更新。

于 2013-04-17T11:57:42.687 回答
1

我下载了 Drumtime 来检查一下,它在它的动态磁贴上使用了 peek 动画。查看可用磁贴模板列表。其中一些是“窥视”模板,可以在两个不同的平铺模板之间平滑地动画。这就是 Drumtime 正在做的事情。我在我的应用程序的磁贴中使用了偷看动画;我用细节 写了这篇文章。

于 2013-04-17T13:16:26.800 回答