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

공중망을  이용한  애완동물  사료  공급기



                                                                            th.Close();
                                                                            //통신을  중단.
                                                                            flag=0;
                                                                            //이를  저장.
                                                                    }
            Intent networkIntent = new Intent(this,  Network.class);


            networkIntent.setFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP);
                                                                    startActivity(networkIntent);


                                                                    //네트워크  페이지로  이동.
                                                                    break;


                                                            case  R.id.endBtn:
                                                                    //종료버튼


            SharedPreferences  pref  =  getSharedPreferences("pref",  MODE_PRIVATE);


                                                            SharedPreferences.Editor  editor  =  pref.edit();
                                                                    editor.remove("ipd");


                                                                    //저장되어있는  ip값을  삭제.
                                                                    editor.commit();


                                                                    if(flag!=0){
                                                                    //이미  통신중이라면
                                                                            th.Close();
                                                                            //통신  중단.
                                                                            flag=0;
                                                                    }
                                                                    System.exit(0);
                                                                    //어플리케이션  종료.
                                                                    break;
                                                            case  R.id.feedConfirmBtn:
                                                                    //데이터베이스  버튼


                                                                    if(flag!=0){
                                                                    //통신  중일  때.


                                                                            th.Close();
                                                                            //통신  종료.





            인천전자마이스터고등학교                                 -  590  -
   592   593   594   595   596   597   598   599   600   601   602