+ 1
Syntax of a language required to build an app.
Hi there, I just want to ask, do I need to learn all the language syntax in order to start trying to build an app/game or just get the basic of it (data types, variables, loop, function) and the rest will probably through project (such as build an app/game).
2 Respostas
+ 2
You don't have to learn all programming languages. Learn only one language to start.
Java or Kotlin for Android development.
c# or c++ for game development.
0
Like any language, you start with basics. What is more important is to learn how to formulate the logic (algorithms ).