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
- Java
- Android
- struts2
- 생성자
- OGNL
- 안드로이드
- HTML
- 배열
- 오버로딩
- 어노테이션
- 예외처리
- Eclips
- Spring
- 국제화
- oracle
- 메서드
- 에러페이지
- JSP
- paint
- AWT
- 메소드
- 전화걸기
- layout
- JavaScript
- Graphic
- Menu
- 기본
- 이클립스
- mybatis
- 클래스
Archives
- Today
- Total
목록화면 전환 (1)
note
터치해서 화면 전환 Flipper Touch
터치 밀어내서 화면 전환 입니다(스마트폰 배경화면 화면이랑 비슷) 첨부파일 (구글에서 배포하는 파일) 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