'Portrait'에 해당되는 글 1건

  1. 2011.10.27 diplay.getOrientation

diplay.getOrientation

IT/Android 2011. 10. 27. 14:44

1. 윈도메니저를 통해 현재 화면이 landscape 인지 portrait 인지 확인할 수 있다.


##########################################################################

int mOrientation = getWindowManager().getDefaultDisplay().getOrientation(); 

##########################################################################


화면은 반시계방향으로 0,1,2,3 으로 로테이션 된다.


각도반환값참고
0 0 가로
-90 1 세로
-180 2 가로
-270 3 세로


'IT > Android' 카테고리의 다른 글

INTENT Activity 호출유형  (0) 2011.10.27
EditText 커서위치 설정  (0) 2011.10.27
Activity Recycle  (0) 2011.10.27
Intent FLAG (by 투덜이님의 노트)  (0) 2011.10.27
Error generating final archive: Debug certificate expired  (0) 2011.10.27
Posted by bestrok
,