Whats the best programming language to start with if i plan on going into android development.
Whats the best programming language to start with if i plan on going into android dev
Collapse
X
-
Android is java based if I'm not mistaken, but I might be wrong -
I would have a read of this to get you started on understanding even a little about Java and then you are going to need tools for the job.
Grab this and the Eclipse IDE from here.
Take a look at this site to help get you started.
I would suggest maybe looking at some fundamental concepts to programming that are similar from language to language as I believe Java can be a little full on to just walk into.
But keep at it! My housemate is a pretty good Java developer so if you have any questions send them my way and I will ask him for you.Comment
-
is it possible to develope application using other languGEI would have a read of this to get you started on understanding even a little about Java and then you are going to need tools for the job.
Grab this and the Eclipse IDE from here.
Take a look at this site to help get you started.
I would suggest maybe looking at some fundamental concepts to programming that are similar from language to language as I believe Java can be a little full on to just walk into.
But keep at it! My housemate is a pretty good Java developer so if you have any questions send them my way and I will ask him for you.Comment
-
Comment
-
Here's a list of languages that can be used to develop on android:
Java - primary android development language
C++ - NDK for libraries, not apps
Python, bash, et. al. - Via the Scripting EnvironmentComment
Comment