+ 4
JavaScript mobile apps
Is that easy to create mobile apps with JavaScript? Is that the same JavaScript than wich one I'm using for websites?
5 Antworten
+ 27
Try Apache Cordova framework. It is used to build cross-platform applications using HTML5, CSS3 and Javascript.
The process of creating android app and web app using JS is the same.
+ 9
the same JavaScript
Surely some things will be different, I dont know if JavaScript can affect xml Dom like html
if you create your app on a webpage though and make the webpage viewable via apk it can be done... I've done it.
+ 4
Javascript is an ECMA syntax which is compatible with almost all web applications, There is also a ton of components, extensions and libraries that will give you what you need to make a fully functioning app
+ 3
Try another JS framework that called React Native. This framework has better performance.
+ 2
Okay, thanks you everybody for you answers! <script>alert("Love you <3");</script>