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