'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:
Solution 2:[2]
2022 We have two popular frameworks that build app for multiple platforms, for more information you could visit their home pages:
- Flutter (mobile, web, desktop and embedded apps)
- 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 |
