Single code base for mobile and desktop app

时间秒杀一切 提交于 2019-12-11 05:43:47

问题


We have a requirement to work on an application which should run on mobile devices (iPhone/Android and Windows Phone) and Desktop browsers.

Can anyone please suggest me the technology stack to be used?

Thanks. Suhas


回答1:


Cross-platform HTML-app solutions seem like a good fit for this. They are cross platform app development platforms that are composed of HTML, CSS and JavaScript. They would allow you to compile for many platforms from a single codebase. Here's a few of the popular ones:

  1. PhoneGap
  2. Sencha Touch
  3. AppJS


来源:https://stackoverflow.com/questions/16813045/single-code-base-for-mobile-and-desktop-app

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!