Dealing with the Android Media Player | Think Android

Dealing with the Android Media Player | Think Android

瀏覽:324
日期:2025-06-26
Hello, I want to play a number of sound files in raw directory one after another in android. How to do that? I want to make it a variable. eg:mp = MediaPlayer.create(geetaact.this, R.raw.first); //first should change by taking value from /raw folder....看更多