Page 479 - 완) I MDP 프로젝트 작품 보고서(전체과 1학년)1.6
P. 479
int interval_key;
//시작버튼
Button startButton;
//층 상태확인
String floor = null;
//실시간 통신확인 변수
boolean running ;
ConnectThread thread = null;
boolean realtime = false;
//안드로이드 어플리케이션내에서 공통된 값을 사용할 수있게 sharedpreference
//를 생성
SharedPreferences sharedPref = null;
boolean threadRun = false;
boolean buttonOn=false;
ExpandableLayout f1;
ExpandableLayout f2;
ExpandableLayout f3;
ExpandableLayout f4;
ExpandableLayout f5;
ImageView f1Icon;
ImageView f2Icon;
ImageView f3Icon;
ImageView f4Icon;
인천전자마이스터고등학교
- 472 -