In plain idiot-proof english, this allows you to move your CPU-intensive loops to native code.The rest of your application should still be coded in Java.
This can be useful if you do some sort of signal/bitmap processing, or a game/cpu interpreter, for example. 2009/6/25 Ivan Soto <[email protected]> > Same here.If someone can explain this in plain(idiot-proof) english. I'm > seeing this as a good tool so some people can create let's say, a game > engine? Am I wrong? > > Ivan Soto Fernandez > Web Developer > http://ivansotof.com > > > > 2009/6/25 Ілля Романенко <[email protected]> > > Hi devs, >> >> I want to understand clearly: >> 1. Can i build all app using NDK? >> 2. What kind of performance boost we should wait from using NDK vs SDK? >> 3. I assume that all game development will go to NDK? >> >> If anybody can answer any of this questions - that would be great :) >> >> 2009/6/25 Peli <[email protected]> >> >> >>> see blog post here: >>> >>> http://android-developers.blogspot.com/2009/06/introducing-android-15-ndk-release-1.html >>> >>> This looks very cool! >>> >>> Peli >>> www.openintents.org >>> >>> >>> >> >> >> > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Discuss" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
