1 / 9

Contents

Contents. 학습목표. 가장 기본적인 위젯인 TextView 를 통해 위젯의 일반적인 특징과 프로그래밍 방법을 상세하게 연구해보고 버튼의 사용 방법을 익힌다. 학습내용. 리소스 텍스트 뷰 버 튼. 8.2.1 기본속 성. 기본 속성 위젯 (Widget) 의 사전적 의미 : 부품 , 도구라는 뜻 . 사각영역을 차지하여 눈에 보이며 사용자와 통신하면서 인터페이스를 구성하는 역할 수행 ( 일반적 용어 : 컨트롤 )

slade
Download Presentation

Contents

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Contents 학습목표 • 가장 기본적인 위젯인TextView를 통해 위젯의 일반적인 특징과 프로그래밍 방법을 상세하게 연구해보고 버튼의 사용 방법을 익힌다. 학습내용 리소스 텍스트 뷰 버튼

  2. 8.2.1 기본속성 • 기본 속성 • 위젯(Widget)의 사전적 의미 : 부품, 도구라는 뜻. 사각영역을 차지하여 눈에 보이며 사용자와 통신하면서 인터페이스를 구성하는 역할 수행(일반적 용어 : 컨트롤) • 위젯 중 가장 많이 사용되는 것은 명령을 입력 받는 Button과 문자열을 입력받는Edit Text 이다. • 클래스 계층도를 보면 이 둘은 TextView로부터 상속을 받으며 View도 상속받는다.

  3. 8.2.1 기본속성 - 예제

  4. 8.2.1 기본속성 - 예제

  5. 8.2.1 기본속성 - 예제

  6. 8.2.1 기본속성 - 예제

  7. 8.2.1 기본속성 - 예제

  8. 8.2.1 기본속성 - 예제

More Related