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 | 31 |
Tags
- 예외처리
- Eclips
- JavaScript
- oracle
- 배열
- 국제화
- JSP
- paint
- 에러페이지
- 기본
- 전화걸기
- 메서드
- Spring
- Java
- AWT
- 오버로딩
- mybatis
- layout
- Menu
- 어노테이션
- 메소드
- HTML
- struts2
- 이클립스
- OGNL
- Graphic
- 생성자
- 안드로이드
- 클래스
- Android
Archives
- Today
- Total
목록환경설정 (1)
note
Android Preferences 읽고 쓰기(환경설정)
main.xml Main Activity package net.npaka.preferencesex; import android.app.Activity; import android.os.Bundle; import android.content.SharedPreferences; import android.view.View; import android.widget.Button; import android.widget.EditText; import android.widget.TextView; public class PreferencesEx extends Activity implements View.OnClickListener{ private EditText editText;//텍스트 박스 private Butto..
Android/기본
2012. 2. 1. 21:10