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...
- Verizon And Google In Cahoots With The Android Phones? Will You Have To Pay Extra Monthly To Use Them ? Are these going to be considered smart phones and...
- How Do You Design Phones Google Android Sdk? I am very very very interested in designing my...
- What Kind Of Sim Card Does The Google Android G1 Use ? What kind of SIM card does the Google Android...
- A Dream Come True – First Google Android Smartphone Coming Soon While AT&T has the veritable lock on the iPhone and...












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