Android - Programming languages used in Android


Programming languages used in Android
  • At launch, Java was the only officially supported programming language for building distributable third-party Android software.
  • Android Native Development Kit (Android NDK) which will allow developers to build Android software components with C and C++
  • In addition to delivering support for native code, Google is also extending Android to support popular dynamic scripting languages. Earlier this month, Google launched the Android Scripting Environment (ASE) which allows third-party developers to build simple Android applications with Perl, JRuby, Python, LUA and BeanShell. For having idea and usage of ASE, refer this Example link.
  • Scala is also supported. For having examples of Scala, refer these Example link-1 Example link-2 Example link-3 .

Comments

Popular posts from this blog

EJB - Stateful vs Stateless

Inversion of Control vs Dependency Injection