+ 6
It's possible to create an application with html ,css and JavaScript. But is it proper?
Application creation
15 Respostas
+ 5
P.B Using Phone Gap will help
www.phonegap.com
Reuse existing web development skills to quickly make hybrid applications built with HTML, CSS and JavaScript. Create experiences for multiple platforms with a single codebase so you can reach your audience no matter their device.
+ 11
Mike Perkowski and Qudusayo thanks for these hints, really helpful
+ 5
Applications created with web technologies are certainly considered "proper". They're the standard for web applications. In the world of desktop and mobile applications, tools like electron js and phonegap allow professional and enterprise grade applications to be built with just html, js and css. They're not always the best choice, depending on the application, but are sometimes the best choice and are certainly proper. There's something to be said about the usefulness of a single codebase for many platforms like you can achieve with the libraries I mentioned above.
+ 4
But I recommend you android studio. If you are interested in app development, then learn to make andriod apps using xml for front end and java or kotlin for backend.
+ 3
Muhammad Rashid Android studio is Just for Android apps to create an app you should try create app for every platform
+ 3
Mike Perkowski how are you gonna turn into an apk file?
+ 3
Qudusayo is correct. Phonegap packages your html, js and css directory into the correct format for Android, iOS or Windows. Electron js does the same thing with a Node js application for Mac OS, Windows or Linux -- if you ever get into developing desktop apps.
I hope this helps, good luck!
+ 3
That is very interesting, web techs packaged in apk file I will try this for sure, thanks Qudusayo
+ 3
Then what izakschurmann1@gmail.com
+ 3
izakschurmann1@gmail.com check the best answer above
+ 2
Thanks y'all
+ 2
P.B You are welcome
+ 1
Not an exe desktop application
+ 1
A html document
0
I didn't read the phone gap part.