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
- layout
- oracle
- Spring
- Menu
- 어노테이션
- 이클립스
- 생성자
- 메소드
- 에러페이지
- 오버로딩
- mybatis
- 메서드
- 배열
- 클래스
- Android
- AWT
- 안드로이드
- 기본
- Java
- paint
- 국제화
- JavaScript
- 전화걸기
- struts2
- HTML
- OGNL
- 예외처리
- Eclips
- Graphic
- JSP
Archives
- Today
- Total
목록xml (1)
note
package com.commonsware.android.resources; import java.util.ArrayList; import org.xmlpull.v1.XmlPullParser; import android.app.ListActivity; import android.os.Bundle; import android.view.View; import android.widget.ArrayAdapter; import android.widget.ListView; import android.widget.TextView; import android.widget.Toast; public class XMLResourceDemo extends ListActivity { TextView selection; Arra..
Android/기본
2012. 1. 13. 15:44