What Computer Language Do I Need To Learn To Create Google Android Application?
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?
Short URL for this post: http://bit.ly/9I7wyjI 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?
Short URL for this post: http://bit.ly/9I7wyjI'm looking for an Android app that will let me control my phone from my computer. For example, I want to run a computer program that manipulates data in running games (yes to cheat lol) on a game running on my Android phone. Sort of like a remote desktop program I guess? Free preferred but I will pay for one if need be. Thanks!
Related posts:











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