0

我陷入了一个问题,需要大家的建议。
我的问题是:是否可以在 Windows 手机的开始屏幕上运行应用程序?
我在 android 手机中看到,手机开始屏幕中有天气应用程序之类的应用程序,它们在同一屏幕上作为窗口打开,没有导航。
我们可以在 windows phone 中做这样的事情吗?

提前致谢。

4

1 回答 1

1

No, that is not possible. Though if you just want to display data, you can use Live Tiles. Live Tiles can be updated with a BackgroundAgent that runs every 30 minutes, or when the user starts the app.

See here for how BackgroundAgents work: http://msdn.microsoft.com/en-us/library/windowsphone/develop/hh202942%28v=vs.105%29.aspx

And here http://msdn.microsoft.com/en-us/library/windowsphone/develop/microsoft.phone.shell.shelltile(v=vs.105).aspx you would need the ShellTile.Update() Methode

于 2013-06-20T11:47:42.357 回答