-3

我已经为 iOS 和 Android 开发并移植了我的应用程序。根据我的经验,在大多数情况下,从 iOS 移植到 Android 或反之亦然。到目前为止,主要的额外努力总是来自某些专业,如 Android 小部件、通知、WIFI 与 BT 通信、服务器通信等......甚至 UI 也很容易移植。

现在我正在考虑 WP 8。根据您的经验,这与 iOS/Android 开发相比如何?我还没有任何真正的 Windows 8 洞察力。它更接近 iOS 还是 Android - 如果有人能分辨吗?学习体验和速度是否类似于来自 iOS <-> Android ?

我并不是要对比较的开发工作进行估计,因为这取决于太多的专业——我知道!(但是听到一些经验会很有趣)

如果有任何“更好”更有效的 Windows 8 应用程序开发方法 - 来自 iOS 或 Android,我更感兴趣?

非常感谢

4

1 回答 1

1

As SLaks said, you have to redesign the UI to respect the UI guidelines of the platform.

However, on Windows 8, you can create your app with HTML5/CSS/Javascript, or with XAML/C#

I think in your case the most interesting way to make the portage is using the second solution. Maybe you'll be able to port some of your Java code to C#

Also, keep in mind that Windows 8 is PC and tablet system. So it's very different from Android/IOS in many ways.

于 2012-08-24T13:46:44.540 回答