+ 1
Can I run JavaScript in my Android device?
I'm beginner and I need to know how to download libraries in order to run JavaScript and Android device without PC
5 Answers
+ 2
javascript is already available in any device having internet browser...
if you want to run server sided javascript (ie: nodeJS) you could install termux app and inside this linux console emulator you can install it, as well as a bunch of others ;)
+ 2
Yes, is possible
0
Yes, I use DroidEdit for this
0
https://play.google.com/store/apps/details?id=com.duy.compiler.javanide
This app is like Android Studio but runs on Android!
you can display html in your app!
you can call javascript from java and vice versa!
Many apps are built in this way.
search google for more information
0
If you mean running html, css, js codes in the browser is enough to create them using a text editor and then open them with the browser. I suggest you QuickEdit.