Linked by Thom Holwerda on Fri 27th Jul 2012 12:41 UTC
Thread beginning with comment 528565
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.
Not exactly. There are a few Qt games AND applications on google play available to all Android devices. You can already write Android apps using other technologies. There is for example a port going on of Gnucash to Android under the Gnome umbrella currently. Google offers choice, fully legal, supported and unlimited choice, to push Android future. The NDK is the door that opens that choice. The reason why it wraps the Android SDK is that the Android SDK provides all the high-level APIs which you may like but do not need to use in your applications.




Member since:
2005-07-08
Because for Google the NDK is only meant for games, port "legacy" code, or optimizing parts of the code.
Most the Android APIs available to C and C++ code are actually C wrappers around JNI calls back to the Dalvik.