반응형
출처 : 안드로이드 개발자 article
Android LayoutTricks #1 (성능개선)
Android Layout Tricks #3 : Optimize by merging
Android Layout Tricks #4 : Optimize with stubs ( 성능 최적화 )
Window Backgrounds & UI Speed
Android Layout Tricks #2 : Reusing Layouts
- Android XML layout file 에서 모든 tag 는 실제 class instance 와 mapping 된다. ( 그 class 는 모두 View 의 subclass 여야 한다. ) UI Toolkit 에서는 View 에 mapping 되지 않는 3가지 특별한 tag 를 제공하는데, 그것들은 <requestFocus />, <merge />, <include /> 이다.
- <include /> 는 한 layout xml 에서 다른 layout 을 포함할 수 있다.
<include android:id="@+id/cell1" android:layout_width="fill_parent" layout="@layout/image_holder" />
도움이 되셨다면 손가락 꾸욱~ ( 로그인 필요 x )
반응형
'프로그래밍 놀이터 > 안드로이드, Java' 카테고리의 다른 글
[android] Android Layout Tricks #4 : Optimize with stubs ( 성능 최적화 ) (0) | 2012.11.28 |
---|---|
[android] Android Layout Tricks #3 : Optimize by merging (0) | 2012.11.28 |
[android] Android LayoutTricks #1 (성능개선) (0) | 2012.11.28 |
[android] decompile ( 디컴파일 ) 하는 방법 (6) | 2012.11.27 |
[android] listview scrollbar 변경하기 (0) | 2012.11.26 |
댓글