What programming languages can one use to develop Android applications?

pylonicon picture pylonicon · Oct 16, 2010 · Viewed 232.8k times · Source

Possible Duplicate:
Which programming languages can I use on Android Dalvik?

Mostly, Android applications are written in Java. But i heard that its also possible to use Scala or some other languages. And I also read that it's possible to include native C/C++ code.

Is there a refernce/list available that shows which languages can be used?

Answer