Developing Apps?

Googoosh

Member
Joined
Jan 18, 2014
Messages
87
Reaction score
0
Hi There,
What are the programming languages or coding should one learn before developing your own Apps?

Thanks in Advance,
Cheers...
 
Not sure- I believe C++ or C# for android apps.

close-- what google said when I googled the question-

If you stick with being platform-specific, the main way to write apps for iOS is Objective-C, though you can also use Objective C++. On Android, you can write applications in a JVM language like Java, but you can also alternatives like Scala or Clojure if that floats your boat.

I'm taking a course online right now in learning how to code a game app for androids

https://www.futurelearn.com/courses/begin-programming-2014

It's in week 2 oops week 3- I'm a week behind whoops.. The first two weeks are usually easy enough so I'll catch up.

It's free.
 
Hi There,
What are the programming languages or coding should one learn before developing your own Apps?

Thanks in Advance,
Cheers...

It depends on what platform you want to make apps for. If it is the iOS platform then learn Objective C. If it is the Android platform then learn C/C++ and Java.

I am currently learning Objective C.
 
Back
Top