|
|
|
|
|
by pjmlp
3064 days ago
|
|
That is common to any language that isn't part of the OS vendors stack, not only Java. For example, on Android, Java is the name of the game, beyond 3D rendering and audio codecs, the NDK is quite useless as everything else is exposed behind JNI calls. |
|