public static int getScreenWidth() {
return Resources.getSystem().getDisplayMetrics().widthPixels;
}
public static int getScreenHeight() {
return Resources.getSystem().getDisplayMetrics().heightPixels;
}
'android' 카테고리의 다른 글
키보드 가리기 (0) | 2017.06.01 |
---|---|
함수 끝나고 다른 함수 실행 (0) | 2017.06.01 |
Custom SimpleAdapter (0) | 2017.02.22 |
인텐트 전환효과 없애기 (0) | 2017.02.20 |
버튼 중복클릭 방지 (0) | 2016.11.29 |
WRITTEN BY
,