|
|
|
|
|
by bdfh42
4524 days ago
|
|
Interesting - but to quote from the Android developer website: Typical good candidates for the NDK are self-contained, CPU-intensive operations that don't allocate much memory, such as signal processing, physics simulation, and so on. When examining whether or not you should develop in native code, think about your requirements and see if the Android framework APIs provide the functionality that you need. |
|
I recall the fireside android team chat one time (two years ago?) that went something like:
That's certainly how I feel about it.