[android-beginners] Re: Other Languages?

2008-10-08 Thread Mark Murphy
[EMAIL PROTECTED] wrote: > Is it possible to use ther languages, such as python, perl, C/++, > &c. ? For with the SDK, languages work only if they have a Java-based implementation that works on the Dalvik VM. Of the ones you list, Jython is the only candidate, and I am not certain if it works o

[android-beginners] Re: Other Languages?

2008-10-08 Thread Breno T. Minzon
Yes, you can use other languages, such as C++.. But you will need to use JNI...try to avoid it, because it's kind of complicated, but works...and very well. Take a look in this link http://davanum.wordpress.com/2007/12/09/android-invoke-jni-based-methods-bridging-cc-and-java/ Regards Breno 2008

[android-beginners] Re: Other Languages?

2008-10-08 Thread Romain Guy
This example cannot work on real devices because the system partition is read only. On Wed, Oct 8, 2008 at 1:06 PM, Breno T. Minzon <[EMAIL PROTECTED]> wrote: > Yes, you can use other languages, such as C++.. But you will need to use > JNI...try to avoid it, because it's kind of complicated, but

[android-beginners] Re: Other Languages?

2008-10-08 Thread Breno T. Minzon
Hey Romain, Tell me more about it...All my tests i did in simulator, and i really need JNI...It's not possible just for this example, or not at all? thanks Breno 2008/10/8 Romain Guy <[EMAIL PROTECTED]> > > This example cannot work on real devices because the system partition > is read only. >