Real-Time Image Processing using Android NDK and OpenCV
In the previous recipes, we covered how to setup an NDK project and created an app to test the performance of using […]
Building a Fast Math app for Performance Gains with Android NDK
In this recipe, we will compare performance between Kotlin and C++ by implementing a Fibonacci calculator in both languages. This will introduce […]
Building a Hello World App using Android NDK and C++
We’re going to call a C++ function from Kotlin/Java and display the result in a TextView. This will introduce you to JNI […]