how to transform my codes js to real application that can run in Android's system or other system mobile? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

how to transform my codes js to real application that can run in Android's system or other system mobile?

hi guys...most of the time I write programs by JavaScript as applications but the problem that these programs remain as files with the extension .html or .js . there are any possibilities to transform my programs codes to real applications can run in the operating system like android or other systems mobiles

2nd Jan 2020, 12:56 PM
ismail chraa
ismail chraa - avatar
5 Answers
2nd Jan 2020, 1:55 PM
Gordon
Gordon - avatar
+ 4
This is actually very easy to do but would reccomend making apps in java or kotlin because although the process is easy to make a hybrid app using html,javacsript and css getting ads to work is a nightmare and you will lose alot of $$ to third party github plugins as the developer takes a small percentage each time.
2nd Jan 2020, 2:17 PM
D_Stark
D_Stark - avatar
+ 3
Martin Taylor I've never heard about them, I'll probably take a look! Thanks
2nd Jan 2020, 2:02 PM
oh Common
oh Common - avatar
+ 2
I would recommend taking a look at react-native, it's a framework for building native apps with React. It's well documented and there are plenty of courses out there. https://github.com/facebook/react-native To be more specific about your question, I don't think you can run native code just from changing the extension.
2nd Jan 2020, 1:11 PM
oh Common
oh Common - avatar
+ 1
thanks guys.. of course it's impossible to make application based in code program by changing extension of the file.. for example file.js or file.html to file.apk..that's illogical way I know.
2nd Jan 2020, 1:20 PM
ismail chraa
ismail chraa - avatar