Play MP3/sound / audio / music with Media player:
1. MediaPlayer
mp1;
3. mp1.start();
4.
5. @Override
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.
মন্তব্যসমূহ
একটি মন্তব্য পোস্ট করুন