• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

jni

  1. F

    Android APK encryption

    Hi, I'm writing an android app where there is a strong need for IP-protection. I'm wondering if there's a way to encrypt the entire APK or at least the C/C++ native library where the *good stuff* lies.
  2. M

    Returning a bitmap from a video properly

    I am using the following code to return a bitmap from a video using jni then to display it using c++ and Openframeworks.You may not be familiar with Openframeworks but it's just the last step, possibly there is an error with the code before using Openframeworks' ofImage object. These codes are...
Back
Top Bottom