C++ can be used for Android App Development using the Android Native Development Kit(NDK) . However, an app cannot be created totally using C++ and the NDK is used to implement parts of the app in C++ native code. This helps in using C++ code libraries for the app as required.29 Kas 2021
Read moreIs C++ good for mobile game development?
Yes . In many ways it is an optimal choice. C++ code will work natively on the iPhone and on Android. And it will probably produce the code with the best performance.
Read more