Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- 한글
- encoding
- Database
- jQuery
- Memory
- JavaScript
- ios
- 메모리
- MySQL
- spring
- Eclipse
- 톰켓
- 티스토리 초대
- permgen space
- Objective C
- iphone
- java
- UIWebView
- C#
- ipad
- udp
- 티스토리 초대장
- 인코딩
- Tomcat
- 이클립스
- WebView
- HTML
- jsp
- XML
- Android
Archives
- Today
- Total
목록세로 (1)
suroMind
[Android] 안드로이드 가로 세로 크기
안드로이드 가로세로 크기 구하기 Display defaultDisplay = ((WindowManager) getSystemService(WINDOW_SERVICE)).getDefaultDisplay(); int width = defaultDisplay.getWidth(); // 가로 int height = defaultDisplay.getHeight(); // 세로 Log.e("suromind",width); Log.e("suromind",height);
IT분야/Android
2011. 1. 23. 11:58