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

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



                                  case  "poli":

                                        b  =  R.drawable.nuri;
                                        break;
                                  case  "po":

                                        b  =  R.drawable.po;
                                        break;
                                  case  "tayo":
                                        b  =  R.drawable.tayo;
                                        break;

                             }
                        }  else if  (state ==  0) {
                             switch  (name) {

                                  case  "gani":
                                        b  =  R.drawable.gani_null;
                                        break;
                                  case  "rogi":
                                        b  =  R.drawable.rogi_null;

                                        break;
                                  case  "rani":
                                        b  =  R.drawable.rani_null;

                                        break;
                                  case  "poli":
                                        b  =  R.drawable.nuri_null;
                                        break;
                                  case  "po":

                                        b  =  R.drawable.po_null;
                                        break;
                                  case  "tayo":

                                        b  =  R.drawable.tayo_null;
                                        break;
                             }
                        }
                        return b;

                     }      //내  데이터  베이스의  상태값을  읽어와서  리소스  값을  설정하는  역할


                  private  ArrayList<CheckHelp>  checkLoc()  {




            인천전자마이스터고등학교
                                                         -  810  -
   812   813   814   815   816   817   818   819   820   821   822