정리 멤버변수 Button[] btns= new Button[25]; 도 가능하다. 중복값 가지지 않는 코드 for(int i=0; i invisible btn.setVisibility(View.INVISIBLE); //눌러야 번호를 증가 number++; if(number>25){ tv.setText("축하합니다 끝났습니다."); btn_retry.setEnabled(true); } else{ tv.setText(number+""); } } }//clickbtn //여기는 retry부분임. - 아직 안 배우는 것들이 많다. //retry버튼에 지정된 onclick속성 콜백메소드 public void clickretry(View v){ Random rnd = new Random(); //중복검사 - in..