DisplayMetrics displayMetrics = getApplicationContext().getResources().getDisplayMetrics();
Log.i("displayMetrics ", displayMetrics.widthPixels + " / " + displayMetrics.heightPix);
'■ Android > Tip' 카테고리의 다른 글
[Android] 프래그먼트(Fragment) - (4)프래그먼트 2개를 번갈아가며 보여지도록 만듬 (0) | 2020.01.28 |
---|---|
[Android] 프래그먼트(Fragment) - (3)두번째 방법(java소스 코드를 이용해서 추가하는 방법) (0) | 2020.01.27 |
[Android] 현재 사용 할 수 있는 외부라이브러리 확인 방법 + 추가 방법 (0) | 2020.01.24 |
[Android] 환경설정 만들기 - PreferenceFragment (0) | 2020.01.24 |
[Android] SwipeRefreshLayout(스와이프하여 새로고침) (0) | 2020.01.23 |