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