태그를 통한 화면 그리기(2)_EditText, Button, ImageView


태그를 통한 화면 그리기(2)_EditText, Button, ImageView

EditText 개요 Text : 글자 / 문장 (String) 을 다루려고 할 때 사용. Edit : 수정하다. => 앱을 쓰는 일반 사용자가 수정할 수 있다. 사용자에게 글자 (String)을 입력받으려고 할 때 배치하는 뷰. => JAVA 초급 : Scanner에 대응되는 개념. <TextView android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginTop="15dp" android:text="아이디"/> <EditText android:layout_width="match_parent" android:layout_height="wrap_content" android:hint="이메일 형식으로 입력" android:layout_marginLeft="20dp" android:inputType="textEmailAddress"/> <TextView android:layo...


#Button #코틀린 #코딩 #앱만들기 #안드로이드스튜디오 #안드로이드 #개발자 #XML #RadioButton #ImageView #EditText #CheckBox #태그

원문링크 : 태그를 통한 화면 그리기(2)_EditText, Button, ImageView