Developed with JavaScript+HTML [Closed]

Asked 1 years ago, Updated 1 years ago, 38 views

Do you want to improve this question?Edit this post and update the question to focus on one issue

Closed 6 years ago.

6 years ago

What can I do with HTML+JavaScript?
Can you make Android apps and iOS apps?

javascript

2022-09-30 21:14

1 Answers

HTML is the language in which web pages are written, and you can only display sentences, images, links, etc., but you can combine Javascripts to create movement in web pages such as "click a button to display a message" or "expand information from another server to the same page."

Basically, the web server is accessed through a browser to display and run, but recently it has also been used to create apps that run on PCs and smartphones.In this case, instead of the browser, there is a foundation for "viewing HTML and running Javascript", so we will develop it to work there and distribute it as a set with that foundation.

Specifically, there are things like Electron and NW.js for PCs and Apache Cordova and Monaca for smartphones.Sometimes I make my own app with embedded browser.


2022-09-30 21:14

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.