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

c++

  1. Q

    Transferring colors from c++ to xml

    How do I transfer color hex values from native c++ to xml? I want to have changeable colors in panels that are being changed by c++ code. Since the app gui is xml, I need to change colors in the xml from c++. If there is a way to change colors using rgb values, that would be useful too.
  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...