Android and iOS developers are my new friends
http://www.rudyhuyn.com/blog/android-and-ios-developers-are-my-new-friends
Windows Phone 开发者 Rudy Huyn 的看法。他认为我们也许把 converter 想的太完美,
以下也许解释了只有提到 Windows 10 Mobile 有 Android subsystem?不过这篇文章只
是他对这次微软所说的理解,未必完全正确就是。
Some technical limitations
- Android ported apps can only run on Windows 10 Mobile
- Not all android/ios features can be converted
- Because iOS port uses source-code… you need all source codes, including
source code of libraries you uses… so you need to link your apps to these
source codes, and if a library uses on an other one, same process… Can be
really boring + not all these libraries are open-source
- for iOS, we only saw games, xib doesn’t seem to be supported (to create
page and controls)