What programming language to teach? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

What programming language to teach?

What programming language to teach? I want to create android applications and games.

7th Apr 2018, 6:37 PM
Vladyka
Vladyka - avatar
3 Answers
+ 2
how about Java?
7th Apr 2018, 6:41 PM
Disvolviĝo;
Disvolviĝo; - avatar
+ 3
try applab
7th Apr 2018, 7:11 PM
Oma Falk
Oma Falk - avatar
+ 2
Android applications are most commonly created via Android Studio, an IDE that allows for the development of applications for nearly every device that runs Android. For the coding portion of it, it used Java, Kotlin, C++, and a little bit of XML to write all of its code. I would recommend checking out Java and Kotlin as they are both very good options for coding with Android Studio. For game development, developers will use game engines. These engines will allow for you to easily write scripts and add objects, characters, etc. into your game while not having to write everything out in code. Some of the most popular game engines used today include Unity and Unreal Engine, both of which are capable of creating both 2D and 3D games. Unity uses JavaScript and C# for its scripting, although C# is most often used more than JavaScript. Unreal Engine uses C++ for scripting. Hope this helped! d:
7th Apr 2018, 7:06 PM
Faisal
Faisal - avatar