Why a Software developer not use C++ to make an android application?
Answers
Answered by
1
Answer:
The NDK is part of the Android framework while the JNI is available to any Java application, not just Android apps. ... The JNI provides a two-way interface. The C/C++ code is able to call Java code, including the standard Android libraries, and the Java code is able to call native functions defined in C/C++ code.
Similar questions