0
What languages are best to build software and/or apps?
I'm still a little fresh to learning code. I know a good portion of HTML and a bit of CSS, with a few scraps of JavaScript. But I don't really wanna do web development I want to build my own softwares and apps. I have a lot of focus and dedication so I'm ready to learn whatever I need. I just need a shove in the right direction.
2 Answers
+ 2
It depends based on the target platform:
for developing Android apps go for Java.
for developing iOS apps go for Objective C or Swift.
for developing Windows applications go for C#.
......
0
Thank you very much Ehsan. I will probably start with Java and make my way to C# eventually.