'Single code base for mobile and desktop app [closed]

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 1:[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

Solution 2:[2]

2022 We have two popular frameworks that build app for multiple platforms, for more information you could visit their home pages:

  1. Flutter (mobile, web, desktop and embedded apps)
  2. React Native (mobile), React Native Desktop

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 mattsven
Solution 2 longhaine