I was thinking of adding some native code to my Android application, but I wanted to find out if it's worth it and if JNI calls are currently optimized. The function calls would involve transferring information from Java to native code and back.
Knowing this would save a lot of production time. Thanks!