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 […]
Rooting an Android Emulator in 2025
As we step into 2025, my curiosity project involves delving deep into the Android operating system. One of the coolest ways to […]
Why I Swear by WeakReferences Over Nullables for Android Contexts
Today I want to share my take on why using a WeakReference is often a better choice than simply marking something as […]