AKA
- Forum posts: 1
Jul 4, 2018, 9:18:34 PM via Website
Jul 4, 2018 9:18:34 PM via Website
Button bt = findViewById(R.id.button);
final MediaPlayer mediaPlayer = MediaPlayer.create(invitation1.this, R.raw.sound);
bt.setOnClickListener(new View.OnClickListener(){
@Override
public void onClick(View view) {
mediaPlayer.start();
}
});
— modified on Jul 4, 2018, 9:19:10 PM
Recommended editorial content
With your consent, external content is loaded here.
By clicking on the button above, you agree that external content may be displayed to you. Personal data may be transmitted to third-party providers in the process. You can find more information about this in our Privacy Policy.