HOW TO ADD SOUND OR MUSIC TO YOU ANDROID STUDIO PROJECT
create a new Directory under the res folder and name it raw
add your desired music or sound to the raw folder
in you MainActivity.java put the code below
package com.example.sound;
import androidx.appcompat.app.AppCompatActivity;
import android.con...
nnadihenry.hashnode.dev3 min read