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
- Menu
- OGNL
- Android
- 메서드
- JSP
- 클래스
- oracle
- 어노테이션
- HTML
- 메소드
- Java
- 기본
- Graphic
- layout
- JavaScript
- paint
- Eclips
- 이클립스
- Spring
- 전화걸기
- 오버로딩
- mybatis
- AWT
- 국제화
- 에러페이지
- 안드로이드
- 배열
- 생성자
- struts2
- 예외처리
Archives
- Today
- Total
목록메뉴 (1)
note
package com.commonsware.android.menus; import android.app.ListActivity; import android.os.Bundle; import android.view.Menu; import android.view.MenuItem; import android.view.SubMenu; import android.view.View; import android.widget.TextView; import android.widget.ListView; import android.widget.ArrayAdapter; public class MenuDemo extends ListActivity { TextView selection; String[] items = { "lore..
Android/기본
2012. 1. 11. 11:21