기다림과 눈물 by 바보
홈
태그
방명록
관리자
새글쓰기
Notice
Notice
Category
Category
분류 전체보기
(88)
C++ STL
(1)
영혼을 담은 코딩
(2)
프로그래밍
(69)
C++
(9)
python
(1)
Android
(10)
JavaScript
(2)
node.js
(0)
TrueType Font
(3)
tips
(3)
음악/미술/문학
(1)
알고리즘
(15)
Recent Posts
Recent Posts
Recent Comments
Recent Comments
Recent Trackbacks
Recent Trackbacks
«
2025/01
»
일
월
화
수
목
금
토
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
Links
Links
무비스트.
Swim, Plastic Model,….
꼬마늑대의 골방.
긍정적사고.
VRLab 팀 블로그.
Total :
Today :
android : getting view's size when starting activity
프로그래밍/Android
2010. 6. 14. 19:33 |
activity 시작 할 때,
onCreate() 함수에서 바로 View::getWidth() 나 View::getHeight() 를 호출하면 0을 반환한다.
요럴 때, 다음과 같이 하면 크기가 얻어진다.
혹시 더 좋은 방법 알고 계신다면 리플 달아주시길 ...
// import android.view.Display; // import android.view.WindowManager // ... Display display = ((WindowManager) getSystemService(Context.WINDOW_SERVICE)).getDefaultDisplay(); int width = display.getWidth(); int height = display.getHeight();
공유하기
게시글 관리
기다림과 눈물
:
티스토리툴바