Pinned Post

Latest Posts

Understanding JNI in Android

Ever wondered how you can tap into the raw power of C or C++ code from your Java/Kotlin app? That's where Java Native Interface (JNI) comes in.…