How to create an application which can be run on iOS, android, also in form of software in macOS, windows, Linux, etc. I want to know on which platform I should create for building such application. provided that I am a college student in 3rd year B. Tech Computer Science and want to develop this as my project in final year. Any help will be appreciated. Thank You
Advertisement
Answer
Please take a look at the link I have provided. What you’re looking for is called Cross-Platform App Development (if I am not mistaken). You can use a programming Language like JavaScript/TypeScript with its corresponding compatible Framework like React Native with Cordova (for plug-ins for example) to develop apps which can be used by the platforms. If you look into that, youll find information about how it can be used as a Web App (so also on Windows for example).