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
- Graphic
- Java
- 메소드
- 예외처리
- Menu
- 전화걸기
- Spring
- JavaScript
- 배열
- 메서드
- 오버로딩
- AWT
- oracle
- HTML
- 생성자
- JSP
- struts2
- OGNL
- Eclips
- 이클립스
- 안드로이드
- mybatis
- 기본
- paint
- 국제화
- 어노테이션
- Android
- 에러페이지
- 클래스
- layout
Archives
- Today
- Total
목록마우스에 이미지 따라다니기 (1)
note
Android surface(마우스에 이미지 따라다니기)
마우스에 이미지가 따라다닙니다 main.xml MainAct package aa.surface_ex1; import android.app.Activity; import android.os.Bundle; public class MainAct extends Activity { /** Called when the activity is first created. */ @Override public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(new MySurfaceView(this)); } } MySurfaceView package aa.surface_ex1; import android.c..
Android/기본
2012. 2. 1. 21:55