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 |
Tags
- AWT
- JavaScript
- 전화걸기
- 배열
- 메서드
- 메소드
- oracle
- 국제화
- Java
- 안드로이드
- struts2
- Graphic
- layout
- mybatis
- Android
- 클래스
- 에러페이지
- Eclips
- paint
- 생성자
- Spring
- 어노테이션
- 오버로딩
- HTML
- Menu
- JSP
- OGNL
- 기본
- 예외처리
- 이클립스
Archives
- Today
- Total
목록Radio (2)
note
Android Radio Button (라디오 버튼)
package com.android.radiobutton; //라디오 선택버튼 import android.app.Activity; import android.os.Bundle; import android.widget.RadioButton; import android.widget.RadioGroup; import android.widget.TextView; public class RadioButtonDemo extends Activity implements RadioGroup.OnCheckedChangeListener { // 이벤트 리스너 TextView tv; @Override public void onCreate(Bundle savedInstanceState) { super.onCreate(saved..
Android/기본
2012. 1. 6. 10:29