Play MP3/sound / audio / music with Media player:


1.       MediaPlayer mp1;
2.       mp1 = MediaPlayer.create(this,R.raw.a1 );
3.       mp1.start();
4.        
5.       @Override
6.           protected void onPause () {
7.               super.onPause();
8.               mp1.release();
9.           }
                                                             ii.      We can use Some default music of our phone …
MediaPlayer mediaPlayer = 
MediaPlayer.create(context, Settings.System.DEFAULT_RINGTONE_URI);

mediaPlayer.start();
                  

 [WU1]A1 (A1.mp3) is the mp3 file .. jeita ami raw namok new directory te copy kore rekhechilam.
 [WU2]It calls when we press back button in our device.
 [WU3]It stops the mp3 file
 [WU4]This is your default ringtone which you select for your calling tone.

মন্তব্যসমূহ

এই ব্লগটি থেকে জনপ্রিয় পোস্টগুলি

API (Application Programming Interface) .

Add Gif file in Android xml file