Search code examples
mobiledesktop

Single code base for mobile and desktop app


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


Solution

  • 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