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

Search results

  1. D

    Apps Android NDK Help with ffmpeg

    I'm working on creating a project that uses the native code in ffmpeg to decode/encode some videos on android. I have the ndk set up and am able to create my own C functions and use them from my Android project. My problem is getting access to the ffmpeg library functions. Has anyone done...
  2. D

    Apps Animation Problem

    I have a bubble breaker game that I am trying to add simple animations to. When the user selects the objects to remove, I then call two methods... performSlideDownAnimation() and performSlideRightAnimation(). The slide right doesn't get called unless there is an empty column. All the animations...