2012. 9. 10. 00:19

nowDisplay = ((WindowManager) getSystemService(WINDOW_SERVICE))

.getDefaultDisplay();


// 변수에 해상도 저장하기.

int width = nowDisplay.getWidth();

int height = nowDisplay.getHeight();


Posted by k1rha