Page 492 - 완) I MDP 프로젝트 작품 보고서(전체과 1학년)1.6
P. 492

정보통신기기  프로젝트



                          //status의  변수  값을  공백제거

                                             switch (status.trim()) {

                                                  case  "U":




                            //해당층에  해당하는  아이콘을  활성화

                                                       up.get(set).setVisibility(View.VISIBLE);

                                                       break;
                                                  case  "D":




                            //해당층에  해당하는  아이콘을  활성화

                                                       down.get(set  -  1).setVisibility(View.VISIBLE);

                                                       break;

                                                  default:

                                                       break;

                                             }

                                       Log.e("thread  ", "실시간  통신중");



                                  }  else  if (msg.what  ==  2) {

                                       AlertDialog.Builder alert =  new  AlertDialog.Builder(MainActivity.this);

                                       alert.setPositiveButton("확인",  new  DialogInterface.OnClickListener()  {

                                             @Override

                                             public  void  onClick(DialogInterface  dialog, int which)  {

                                                  startButton.setText("층확인 시작");
                                                  Intent  intentSubActivity  =  new  Intent(MainActivity.this,
                    SettingActivity.class);

                                                  startActivity(intentSubActivity);




                                             }






                                                                                               정보통신기기과
                                                         -  485  -
   487   488   489   490   491   492   493   494   495   496   497