0
I want to build a app
Do I need to know html to build a app? I do think python would be a good place to start, but I want the basics of html down. I guess what I'm really asking is will Html come in handy for building my app. Also whay type of app software do yall use?
3 Respostas
+ 19
I use DroidScript (HTML/JS/CSS)
You can build apps with both python and HTML.
+ 11
If you learn html, css and JavaScript, you can use electron to build apps for PCs. But here you cannot build app for Android and iOS and windows phone. If you want to make app for Android, you will need to install Android studio and Cordova, this way you can also build apps for Android using only HTML, css and JavaScript
+ 4
You can also use Apache Cordova for HTML, CSS, JS ^_^