화면 전환 썸네일형 리스트형 [android]2장의 이미지를 3D 회전 전환시키기 _ 3D-Rotate two images using the ViewSwitcher 결과화면 00. img 준비 - img_f : 앞쪽배경 - img_b : 뒷쪽배경 - img_a : 배경위에 떠있는 이미지(공통부분) 01. *ViewSwitcher 안쪽에 두개의 View Child를 생성.(main.xml부분 참조) - ViewSwitcher : 2개의 child를 갖는 ViewGroup, 2개 이상은 ViewFipper. - 공통부분(img_a)이 있을 때는 ViewSwitcher와 겹치게 배치. 02. android > ApiDemos > animation > Rotate3dAnimation.class 를 복사하여 사용.(실질적인 3D 회전 기능) android > ApiDemos > animation > Transition3d.class 를 참조.(회전조건 설정) 03. 화면 터.. 더보기 이전 1 다음