What Computer Language Do I Need To Learn To Create Google Android Application?
By Daki - Last updated: Wednesday, December 31, 2008 - Save & Share - 2 Comments
demani_g asked:
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?
kuapp.com/
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?
kuapp.com/
2 Responses to “What Computer Language Do I Need To Learn To Create Google Android Application?”
Comment from cceuphoria
Time December 31, 2008 at 10:26 am
Android applications are *all* written in Java. You can find more information on how to create them at the Android SDK site.


Comment from Nick J
Time December 31, 2008 at 6:11 am
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.