deepak jha | Techbirds | Page 2
Continuing my previous blog on how to install NDK and compile and Prepare Lame Library. I am sharing an example on how to use Native code in your java/ android code. This example convert raw/pcm File to Mp3 file. Activity which loads Native Library (Mp3Lame) public class MyLameClass extends Activity { static {System.loadLibrary(“mp3lame”);} //declare Native