Windows Phone开发使用wpf?

发布于 2025-01-07 12:34:49 字数 208 浏览 3 评论 0原文

我是 Windows Phone 开发新手。

我真的有一些疑问,

WPF实际上是用于Windows Phone应用程序开发吗?

我只是对回答“将使用哪种平台或技术来开发 Windows Phone 应用程序?”的人感到困惑。

我希望在这里得到一个明确的答复..我用谷歌搜索了很多次。但我对此还没有任何明确的想法。

谢谢。

I am new in windows phone development.

I really have some doubts,

Is WPF is actually using for the windows phone app development ?

I am just confused about to reply to one who ask "Which platform or technology will use for developing windows phone apps ?".

I hope to get a good clear reply here.. I googled it many times. but I didnt get any clear idea yet about this.

Thnks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

寂寞美少年 2025-01-14 12:34:49

不,WP7开发不使用WPF。它使用 Silverlight(或用于游戏的 XNA)。

然而,两者的关系却相当密切。 WPF 于 2006 年开发,引入了绑定、通过 XAML 创建 UI、可视化树、动画、依赖属性等概念。许多 WPF 概念被基于 Web 的插件 Silverlight 重新使用。虽然 WPF 和 Silverlight 很相似,但它们并不相同。尽管如此,只要付出一点努力,两者之间可以共享代码

请参阅以下问题以获取更多参考:

Windows Phone 7 入门

No, WP7 development does not use WPF. It uses Silverlight (or XNA for games).

However, the two are quite closely related. WPF was developed in 2006 and introduced the concepts of bindings, creation of UIs via XAML, visual trees, animation, dependency properties and much more. Many of the WPF concepts were re-used by Silverlight, the web-based plugin. Whilst WPF and Silverlight are similar, they are not the same. Despite this, with a little effort, code sharing between the two is possible.

See the following question for more references:

Getting Started with Windows Phone 7

蘸点软妹酱 2025-01-14 12:34:49

Windows Phone 7 应用程序可以使用 Silverlight 或 XNA 编写。

使用 Silverlight,您可以使用 XAML 创建用户界面(如 WPF),但这两种技术之间存在一些差异: Silverlight 和 WPF 对比

Windows Phone 7 applications can be written using Silverlight or XNA.

With Silverlight you use XAML to create your user interface (as in WPF), but there are couple differences between these 2 technologies: Contrasting Silverlight and WPF.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文