1

适用于 Windows 手机 8 的棱镜

我已经使用 prism 在 C#/XAML 中为 windows 8 开发了一个应用程序。我也想在我的 windows phone 8 应用程序中实现相同的模式。我可以使用哪个棱镜库???

4

3 回答 3

1

NuGet 上提供了预发布版本:http: //nuget.org/packages/PortablePrism.WP8/

Microsoft PRISM 4.1 移植到可移植类库和 Microsoft.Composition。

为方便起见,不会更改命名空间。

要安装 Portable PRISM - Windows Phone 8,请在包管理器控制台中运行以下命令

PM> Install-Package PortablePrism.WP8 -Pre

于 2013-07-05T12:38:34.337 回答
1

请试试这个:https ://prismwindowsruntime.codeplex.com

Prism 库和 AdventureWorks Shopper RI 演示了如何使用 C# 和 XAML 为 Windows 8.1 和 Windows Phone 8.1 创建 Windows 应用商店应用程序。

于 2015-04-21T08:29:28.960 回答
0

I reached out to Blaine Wastell (one of the prism dev team) on Twitter who said that the guys would be looking to start development on this in February or March.

https://twitter.com/blainewastell/status/423927087993331714

于 2014-01-20T09:41:39.847 回答