Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是移动开发的新手,我已经阅读了 Native app Vs Mobile app pro's and con's,但我想要一些关于在构建我的移动应用程序时应该采取的路径的建议。
基本上后端是用 .NET 编写的,桌面应用程序是用 C# 编写的(我正在为桌面应用程序构建一个移动版本)。应用程序本身将需要互联网连接,而不是其他(想想谷歌搜索/facebook)。考虑到这一点,我应该将应用程序编写为 C# 中的移动 Web 应用程序还是为 android 构建本机应用程序?
谢谢。
原生 Android 应用程序通常是用 Java 编写的。Monodroid 允许您用 C# 编写它们,但我不确定项目的状态。
HTML5/JS 应用程序是使用 HTML5/JS/CSS 编写的,通常包含像 Phonegap 这样的工具包。
既然您了解优缺点,我认为最好选择一个可以最好地利用您的技能的平台。是 HTML5/JS 还是 Java(或通过 Monodroid 使用 C#)。