What Computer Language Do I Need To Learn To Create Google Android Application?
February 9th, 2010
I only took 2 semesters of C++ and only retained the memory of creating that stupid "Hello World" program. I want to create my own Apps for Google's Android phones. Can you recommend what computer languages I should be learning (like Java) to make creating these apps easier?
Related posts:
- Is There An Android App To Let Me Control My Phone With My Computer? I'm looking for an Android app that will let...










I’m assuming that it will support Java, although being Linux it will run C++ if it is compiled for the phone. I would use Java though, because you won’t need to cross compile.
Like or Dislike:
0
0
Android applications are *all* written in Java. You can find more information on how to create them at the Android SDK site.http://code.google.com/android/download.…
Like or Dislike:
0
0