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
                            
                        
                          
                          - Spring
- 전화걸기
- Eclips
- 클래스
- 에러페이지
- 배열
- oracle
- Java
- mybatis
- layout
- 생성자
- 기본
- Menu
- 이클립스
- OGNL
- paint
- 메소드
- 안드로이드
- 예외처리
- HTML
- struts2
- 국제화
- 오버로딩
- JSP
- AWT
- JavaScript
- 메서드
- 어노테이션
- Android
- Graphic
                            Archives
                            
                        
                          
                          - Today
- Total
목록layout (4)
note
package kr.android.layout8; import android.app.Activity; import android.os.Bundle; import android.view.View; import android.widget.Button; import android.widget.ImageView; public class FrameLayoutDemo extends Activity { public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.main); //이벤트 소스 Button btn = (Button)findViewById(R.id.btn); //익명 내부..
        Android/기본
        
        2012. 1. 6. 16:07