+ 1
As a beginner, what languages should I learn first in order to ultimately develop a cross platform app (web and android)?
6 Antworten
+ 2
html, css, js for web design (frontend, also can be used for cross platform app development)
php sql for web apps (backend)
java for native powerful android apps
+ 2
I recomend you to beggin learning "simple" languages as python, wich now is increising its use in general, just learn to use simple languages and the way to create structures and program algorithms.(this is for everyone who wants to learn programming).
If you learn this, you could apply this learning on Java, wich is the language that is more common to use in the approach you want.
Then you could learn HTML and CSS which are less important compared to Java and easier to learn.
People always try to learn fast and the just download android studio watching a youtube tutorial(as I did), obviosly you could learn with that, but for my personal experience, I recommend you to first learn the way to work with the languages and then apply it on Android Studio(wich is the best way NOW to create an app).
I hope my advice has been helpful!
+ 1
Thank you!
+ 1
Thank you very much. Indeed it makes sense.
+ 1
Jacascript
0
Thank you