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
- 알고리즘
- 안드로이드
- Algorithm
- sqlite
- DataBinding
- CustomView
- activity
- CoordinatorLayout
- Coroutine
- 백준
- AppBarLayout
- hilt
- BOJ
- recyclerview
- Behavior
- 코틀린
- onMeasure
- notification
- LiveData
- room
- Android
- CollapsingToolbarLayout
- onLayout
- ViewModel
- 알림
- View
- lifecycle
- HTTP
- kotlin
- Navigation
Archives
- Today
- Total
목록Ratio (1)
개발일지
Android in A..Z - Constraint Layout
Constraint Layout RelativeLayout를 상속받은 Layout으로 Constraint를 통해 RelativeLayout의 기능을 모두 사용할 수 있고, Chain 기능을 사용하여 LinearLayout의 기능, Radio, Percent 기능을 사용하여 PercentLayout의 기능을 사용할 수 있습니다. ConstraintLayout이 다양한 기능을 제공하기 때문에 중첩 Layout을 사용해야 구현할 수 있던 상황에도 ConstraintLayout을 통해 Layout의 수와 Depth를 줄일 수 있기 때문에 성능면에서도 우수합니다. dependencies implementation 'androidx.constraintlayout:constraintlayout:2.0.4' Const..
Android (안드로이드)
2021. 8. 4. 11:13