Whats the best programming language to start with if i plan on going into android dev

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • pflame
    Junior Member
    • Jun 2012
    • 33

    #1

    Whats the best programming language to start with if i plan on going into android dev

    Whats the best programming language to start with if i plan on going into android development.
  • happy_highlander
    V.I.P. Member
    • Aug 2010
    • 3535

    #2
    Android is java based if I'm not mistaken, but I might be wrong
    TRY DROPBOX 2GB + 500mb FREE ONLINE STORAGE with public sharing and 500mb for me

    Comment

    • pflame
      Junior Member
      • Jun 2012
      • 33

      #3
      Originally posted by happy_highlander
      Android is java based if I'm not mistaken, but I might be wrong
      Read that too,guess i got to get my engines started for the task.

      Comment

      • Bann32
        DK Veteran
        • Oct 2011
        • 518

        #4
        Yes its mainly java based, are you a programmer in other languages?

        If so which? I may be able to point you in right direction, if i know what previous programming experience you have if any.

        Comment

        • pflame
          Junior Member
          • Jun 2012
          • 33

          #5
          Am a newbie to programming yet to start anything meaningful.

          Comment

          • Yanti
            Newbie
            • Jun 2012
            • 1

            #6
            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

            • yj09
              Newbie
              • Jun 2012
              • 1

              #7
              Originally posted by Yanti
              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.
              is it possible to develope application using other languGE

              Comment

              • tsuncello
                Newbie
                • Jul 2012
                • 2

                #8
                Definately Java.

                Comment

                • pickledfrog
                  Member
                  • Feb 2012
                  • 57

                  #9
                  Originally posted by yj09
                  is it possible to develope application using other languGE
                  best to learn how to design a data flow and then to write an algorithm, then that can be translated in to Java or any other language for cross platform use.

                  Comment

                  • trcomp911
                    Newbie
                    • Jul 2012
                    • 1

                    #10
                    You will need to know at least some Java but you can also write your code in C and call into it via the JNI if you prefer.

                    Comment

                    • Aadamgibson
                      Newbie
                      • Aug 2012
                      • 6

                      #11
                      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 Environment

                      Comment

                      Working...