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

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



                  public  String  getMsg(){

                        return this.msg;
                  }
             }







            이  클래스는  소켓  통신을  통해서  받은  정보를  잠시  저장하기  위한  기능을  하는  클래스로,  위에서  설명
            한  ParkStation과  동일한  기능을  가진다.  이  클래스와  ParkStation,  CheckHelp는  없으면  동작을  하지
            않지만,  3개를  합치는  것은  가능하며,  만약  3개를  합쳤을  경우에는  생성자를  통한  설정  방식이  아닌
            setter를  통한  설정  방식을  사용해야  한다.




                                                                                Activity_database_log.xml
             <?xml  version="1.0"  encoding="utf-8"?>



             <LinearLayout  xmlns:android="http://schemas.android.com/apk/res/android"
                  android:layout_width="match_parent"  android:layout_height="match_parent"

                  android:orientation="vertical">


                  <TextView
                        android:padding="15dp"
                        android:layout_gravity="center"

                        android:textSize="20dp"
                        android:textStyle="bold"
                        android:layout_width="wrap_content"

                        android:layout_height="wrap_content"
                        android:text="주차타워  출차  기록"/>


                  <TableLayout
                        android:layout_width="match_parent"  android:layout_height="wrap_content"

                        android:stretchColumns="5"
                        android:orientation="vertical">



                        <TableRow  android:gravity="center"
                             android:layout_height="wrap_content"
                             android:layout_width="wrap_content">



            인천전자마이스터고등학교
                                                         -  844  -
   846   847   848   849   850   851   852   853   854   855   856