Windows Phone 7 上的 XAP 文件是什么?
我很想知道Windows Phone 7上的XAP文件是什么;它有多重要;以及我如何创建它。你能帮我吗?
I really want to know what the XAP file on Windows Phone 7 is; how important it is; and how I can create it. Could you help me?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
XAP 是应用程序包 - 它是可分发单元,允许您在设备(或模拟器)上安装应用程序。基本上,它是一个具有不同扩展名的 ZIP 文件。如果将 XAP 更改为 ZIP,您将能够相当轻松地阅读其内容。
XAP 文件格式继承自标准 Silverlight,并且由于 WP7 是围绕相同的基本核心构建的,因此文件格式保持不变。
下面是对其功能的很好的描述(请记住,尽管它讨论的是 Silverlight,但相同的主要思想也适用于 WP7):
http://beyondrelational.com/blogs/dinesh/archive/ 2010/08/18/what-is-xap-file.aspx
XAP is the application package - it is the distributable unit that allows you to install the application on a device (or emulator). Basically, it is a ZIP file with a different extension. If you change XAP to ZIP, you'll be able to read its contents fairly easy.
The XAP file format was inherited from standard Silverlight, and since WP7 is built around the same fundamental core, the file format remained unchanged.
Here is a pretty good description of what it does (remember, that even though it talks about Silverlight, the same main idea applies to WP7):
http://beyondrelational.com/blogs/dinesh/archive/2010/08/18/what-is-xap-file.aspx
除了 Dennis 的精彩帖子之外,关于 XAP 文件的另一件事 - 它是一个 ZIP 文件 - 因此,如果您想查看其中的内容,只需将其重命名为 .zip,然后使用普通的 ZIP 浏览器(例如 Windows 资源管理器)打开它)
In addition to Dennis' excellent post, one other thing about a XAP file - it's a ZIP file - so if you want to look inside one, then just rename it to .zip and then open it using a normal ZIP browser (e.g Windows explorer)