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
- 클래스
- JavaScript
- 메소드
- 오버로딩
- 생성자
- OGNL
- HTML
- 전화걸기
- 메서드
- 배열
- Android
- 안드로이드
- oracle
- Java
- 이클립스
- layout
- Graphic
- JSP
- 국제화
- 에러페이지
- paint
- 어노테이션
- AWT
- Menu
- mybatis
- struts2
- 예외처리
- Spring
- Eclips
- 기본
Archives
- Today
- Total
목록xml (1)
note
XML Resource
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