Computer Science, asked by sahidakhter660, 10 months ago

Why a Software developer not use C++ to make an android application?​

Answers

Answered by preetygirl97
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