Will the NDK be as actively maintained as the SDK? In other words: If i have an app (written using the SDK) using some so-library (written with the NDK) and deployed with my app and some new phones hit the market, would i always be able to re-compile my so-library using the NDK (if necessary) so that my app would work on these new phones? If the NDK won't be as actively maintained as the SDK, my app may stop working on newer phones and there won't be a up-to-date NDK to fix this.
On Jun 25, 3:17 pm, David Turner <[email protected]> wrote: > 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... > > >>> This looks very cool! > > >>> Peli > >>>www.openintents.org- Hide quoted text - > > - Show quoted text - --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
