On Fri, Oct 2, 2009 at 5:25 PM, cookiemonsta <mohamed.suh...@gmail.com> wrote: > > woah.. i didn't understand a bit of it!! :S
What's not to understand? > do you really mean that i can compile C/C++ on my android phone???? Depends on what you want: - The "real" language for writing applications is Java. - For computation-intensive tasks, you can use the NDK (native development kit). You still need a Java wrapper but can defer some processing to C/C++. Simply try the examples to see if that's what you really want. The latest NDK is 1.6_r1 by the way: http://developer.android.com/sdk/ndk/1.6_r1/index.html R/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Beginners" group. To post to this group, send email to android-beginners@googlegroups.com To unsubscribe from this group, send email to android-beginners-unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en -~----------~----~----~----~------~----~------~--~---