views:

164

answers:

3

Possible Duplicate:
Alternatives to Java for Android development?

I want to make apps for Android (Mobile OS) what other language(s) can i make them in EXCEPT java?

Thank you in advance ;-)

A: 

Yes, but without the same level of access. There are interpreters for scripting languages (via Android Scripting Environment). Python, Perl, JRuby, Lua, BeanShell, JavaScript, Tcl, and shell are currently supported.

In addition, there's Android NDK:

The Android NDK is a toolset that lets you embed components that make use of native code in your Android applications.

Android applications run in the Dalvik virtual machine. The NDK allows you to implement parts of your applications using native-code languages such as C and C++. This can provide benefits to certain classes of applications, in the form of reuse of existing code and in some cases increased speed.

DVK
+1  A: 

At least Scala. Soon Simple. Some support for native (C/C++) development through android NDK.

I82Much
A: 

.NET languages such as C#... if you can wait and pay for it.

luiscubal