Triggering event when Button is pressed down in Android

后端 未结 3 1693
一向
一向 2020-11-30 06:51

I have the following code for Android which works fine to play a sound once a button is clicked:

Button SoundButton2 = (Button)findViewById(R.id.sound2);
            


        
3条回答
提交回复
热议问题