0
How to disable button after clicking in android studio(kotlin)
I have button 1 and 2 which are generating random numbers, I want to disable each of them after clicking. Help, 🙏
1 ответ
+ 7
button.setEnabled(false);
I have button 1 and 2 which are generating random numbers, I want to disable each of them after clicking. Help, 🙏