Previous article was mostly about the theoretical concepts that comes handy when working with the Android NDK.
Previous Article we saw how kotlin interacts with cpp in a simple Hello World application. We learned the basic changes to make in the CMake and the gradle file, we also looked at how to call native code from…
CMake
gradle
“I want to launch a website and its mobile companion app. The application will be available on both iOS and Android. I…