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
- HTML
- mybatis
- 메소드
- 생성자
- Android
- 안드로이드
- Java
- 메서드
- 이클립스
- paint
- 어노테이션
- struts2
- 전화걸기
- 기본
- 예외처리
- OGNL
- layout
- Spring
- 국제화
- 배열
- JSP
- Graphic
- Eclips
- JavaScript
- oracle
- 에러페이지
- 오버로딩
- AWT
- 클래스
- Menu
Archives
- Today
- Total
목록화면 전환 (1)
note
터치 밀어내서 화면 전환 입니다(스마트폰 배경화면 화면이랑 비슷) 첨부파일 (구글에서 배포하는 파일) xml파일은 res 폴더에 anim 폴더 생성후 파일을 붙여넣기 하면 됩니다 이미지 파일은 보는 폴더와 같이 하면 됩니다 package kr.android.flipper.touch; import android.app.Activity; import android.os.Bundle; import android.view.MotionEvent; import android.view.View; import android.view.View.OnTouchListener; import android.view.ViewGroup; import android.view.animation.AnimationUtils; import..
Android/기본
2012. 1. 18. 16:55