Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- 에러페이지
- paint
- 예외처리
- Spring
- 배열
- HTML
- 어노테이션
- 전화걸기
- AWT
- OGNL
- 오버로딩
- JavaScript
- 기본
- 이클립스
- layout
- 메소드
- 클래스
- Android
- 생성자
- Graphic
- 국제화
- Eclips
- JSP
- struts2
- Menu
- Java
- mybatis
- oracle
- 안드로이드
- 메서드
Archives
- Today
- Total
목록컨트롤 (1)
note
package com.commonsware.android.selection7; import android.app.Activity; import android.os.Bundle; import android.view.View; import android.widget.AdapterView; import android.widget.ArrayAdapter; import android.widget.Spinner; import android.widget.TextView; public class SpinnerDemo extends Activity implements AdapterView.OnItemSelectedListener { //이벤트 리스너 TextView selection; String[] items = { ..
Android/기본
2012. 1. 9. 17:26