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

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