Tuesday, October 9, 2012

Why You should be Using Direct Buffers

If you haven't looked much into direct buffers, there are some very good reasons you should check them out. 

JNI+NDK Arrays, Bitmaps, and Games, Oh My!

The Android Native Development Kit (NDK) is a very powerful tool that can help app developers integrate existing code or leverage native features using Android. The NDK can be intimidating to newcomers to Android development, but it can be very useful in the right situations.