Android/소스코드

단말의 x,y축(가로,세로) 길이 구하는 소스

덩치 2014. 1. 6. 14:46

Display dis = ((WindowManager)getSystemService(WINDOW_SERVICE)).getDefaultDisplay();

int x = dis.getWidth();

int y = dis.getHeight();


이렇게 하면 디바이스의 가로,세로 길이가 나온다. 단위는 픽셀