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