Page 771 - 3-2
P. 771

gpio.unprovisionPin(pin0);
                            gpio.unprovisionPin(pin1);


                            gpio.shutdown();
                            System.out.println(" Finishing");
                    }
            }


            18.  안드로이드 코드
                                                     [activity_main]







































                   기본 첫 화면 앱을 실행시키면 회원가입 로그인 대여 반납 버튼이 있는 기본 첫 화면,  ,  ,  ,                         .


            <?xml version="1.0" encoding="utf-8"?>
            <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
                xmlns:app="http://schemas.android.com/apk/res-auto"
                xmlns:tools="http://schemas.android.com/tools"
                android:layout_width="match_parent"
                android:layout_height="match_parent"
                android:gravity="center"
                android:orientation="vertical"
                tools:context="kr.icehs.intec.mdp.MainActivity">


                <LinearLayout
                    android:layout_width="match_parent"
                    android:layout_height="0dp"

                                                         - 771 -
   766   767   768   769   770   771   772   773   774   775   776