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 | 31 |
Tags
- lifecycle
- 백준
- hilt
- 코틀린
- recyclerview
- DataBinding
- onLayout
- onMeasure
- LiveData
- Android
- CoordinatorLayout
- activity
- BOJ
- 알림
- Algorithm
- AppBarLayout
- sqlite
- 안드로이드
- Navigation
- View
- Coroutine
- HTTP
- ViewModel
- CollapsingToolbarLayout
- notification
- room
- CustomView
- Behavior
- 알고리즘
- kotlin
Archives
- Today
- Total
목록goneMargin (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