Page 445 - MDP2020-3
P. 445

················································································  명장양성프로젝트  【MDP】  과제발표회  자료집  Ⅲ    |  439


                                    Intent  intent  =  new  Intent(Playgame_on.this,  Result_on.class);
                                    intent.putExtra("score",score);

                                    startActivity(intent);
                                    finish();
                            }
                    }
            }
   440   441   442   443   444   445   446   447   448   449   450