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

CoordinatorLayout View간의 상호작용을 처리하기 위한 View이다. CoordinatorLayout이 Child View의 Behavior를 수신하여 다른 Child View에 Behavior를 전달한다. 각 Child View는 미리 정의된 Behavior를 사용하거나 새롭게 만든 Behavior를 사용하여 수신된 Behavior로 특정 작업을 수행할 수 있다. Scroll시 AppBarLayout 변경 SnackBar생성시 FloatingActionButton 위치 변경 Developer 정의 CoordinatorLayout is a super-powered FrameLayout. CoordinatorLayout is intended for two primary use cases: 1..
Android (안드로이드)/CoordinatorLayout
2021. 1. 26. 23:44