I am developing an educational software. There will be a gridview of alphabets available.
I want it to play an audio clip which says the alphabet when someone clicks it. Can you tell me how to do this
I am developing an educational software. There will be a gridview of alphabets available.
Share
sound = MediaPlayer.create(Splash.this, R.raw.splashsound);
sound.start();