0
Can I create android apps using c++?
Can I create android apps using c++?
1 Answer
+ 2
The Android NDK toolset is a great example of full C/C++ support that was added originally for game development teams to enable them to get the best possible performance out of the device by avoiding Java and the Android Java runtime Dalvik, the virtual machine on which Android Java code is executed on.