Posts by Rose • 1 point
1 post
-
0
votes0
answers42
viewsQ: I’m developing a quiz and I can’t change my screen. What’s wrong with my code?
public void botaoClick(View view) { Button botaoResposta = (Button) view; if (botaoResposta.equals(respostaCorreta)) { acertos = acertos + 1; pontos = pontos + 10; Intent intent = new…