Audio Insertion

1. Add audio into res -> raw folder
2. In Activity class, add the below code to your class where you wish to play sound -
        MediaPlayer ring = MediaPlayer.create(MainActivity.this, R.raw.applause);
        ring.start();

Comments

Popular posts from this blog

Butter Knife: ease to bind view in activity

Love in Paris :)

Static and Dynamic Binding