Page 782 - 3-2
P. 782
mysqli_close($con);
?>
[activity_login]
로그인 화면 입력한 아이디와 비밀번호 정보를, db 와 비교하여 일치하면 로그인 성공.
<?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="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center">
<LinearLayout
android:layout_width="200dp"
android:layout_height="wrap_content"
- 782 -