Post a Comment
the original release, or blog post news,... instead of another news site?
something like
http://android-developers.blogspot.com/2009/06/introducing-android-...
or
http://developer.android.com/sdk/ndk/1.5_r1/index.html
It looks like the NDK doesn't let you write whole applications in C or C++. It lets you call native libraries and include them in your application. Basically, JNI for Android's Java dialect. Hopefully, the interface is compatible with JNI.
Most applications won't make use of this but it is important for applications that want to do more computation efficiently. Also, it will allow using open source libraries which would be hard to port to Java. For example, writing an entire X server in Java would be hard but doing Xnest with an Android GUI around it would be much easier.
I don't disagree with this but thought you may find these interesting: http://www.jcraft.com/weirdx/ and http://www.jcraft.com/wiredx/
I imagine they wouldn't be straightforward to run on Android so it doesn't negate your point (also they are probably not as full-featured as the "real" code would be) but I thought folks might be interested anyhow.




