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
- spring
- 티스토리 초대장
- 톰켓
- 이클립스
- 한글
- permgen space
- UIWebView
- Android
- jQuery
- java
- 인코딩
- Memory
- C#
- MySQL
- 티스토리 초대
- HTML
- JavaScript
- Objective C
- Eclipse
- ipad
- Tomcat
- WebView
- ios
- jsp
- udp
- encoding
- iphone
- Database
- XML
- 메모리
Archives
- Today
- Total
목록height (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