+ 12
Can we make an Android application with JavaScript? Or it is just a script language!
đ¤
5 Answers
+ 5
//You can create common apps using html5, javascript but if you want to go further then there is a javascript librarie called APP. js which wan help you to create mobile web apps
+ 6
Thank you so much my friends đđ
+ 3
⢠Learning Android Development In 2019
https://medium.com/mindorks/learning-android-development-in-2019-a-practical-guide-ddc71e008696
⢠Java vs. Kotlin - Which Language Should Android Developers Start With?
https://dzone.com/articles/java-vs-kotlin-which-language-android-developer-sh
+ 1
You can make web app which you open on android on browser, OR you can convert HTML, CSS and JS code into APK, search progressive apps on Google
+ 1
It is "just" a scripting language...and you can use it to create a mobile app using any number of frameworks.
Good place to start:
https://www.javascripting.com/
PWAs are supposed to be the thing going forward (will run on Linux/chromeOS, Windows and android; not sure on Apple's commitment).
I don't know if PWAs will ever gain wide adoption.