DisplayMetrics out = new DisplayMetrics(); getWindowManager().getDefaultDisplay().getMetrics( out );
int dp= outMetrics.densityDpi;
'프로그래밍 > Android 짜투리 지식' 카테고리의 다른 글
[android] scrollView child const size (0) | 2012.10.02 |
---|---|
[android] 스마트폰 해상도 정리 (0) | 2012.09.04 |
[android] R.java 공유 (0) | 2011.12.09 |
[안드로이드] editText 터치 시 editText가 가려지는 문제 (0) | 2011.08.23 |
[안드로이드]SQLite 애뮬레이터 내 DB 불러오기 (0) | 2010.08.06 |