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