Exemplo n.º 1
0
  private void updateBestScore() {

    if (currentScore > record.getBestScode()) {
      record.setBestScode(currentScore);
      tv_bestScore.setText(currentScore + "");
    }
  }