suppose
button1.setonclicklistener(){
button1.settext( "Awaiting")
}
is what I assigned first
then I assigned it to
button1.setonclicklisterner(){
button1.settext("player1 won")}
Now in my...