+ 3
What programming languages should i learn to create an app?
4 Answers
+ 5
For Android: Java/Smali
For iOS: Swift, Object-C
For Mac: Swift
For Windows: C#,C++
+ 2
@edward for example i want to create a game app. for android
+ 1
for what platform?
+ 1
if its a small game with not too much graphics, then go for java, as java is the native language for android. but if its a game with a lot of graphics, a game engine like unity would be better. unity uses c#, which is similar to java btw