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 |
Tags
- BOJ
- recyclerview
- kotlin
- Behavior
- sqlite
- activity
- notification
- lifecycle
- CollapsingToolbarLayout
- ViewModel
- Navigation
- Coroutine
- 안드로이드
- Android
- 코틀린
- AppBarLayout
- View
- Algorithm
- CoordinatorLayout
- room
- onLayout
- DataBinding
- hilt
- 백준
- CustomView
- 알고리즘
- LiveData
- onMeasure
- 알림
- HTTP
Archives
- Today
- Total
목록Anchor (1)
개발일지
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/ds3IVv/btqUUpD0KsA/Dk8YEsOGZ0lxSVGLB4xhPK/img.gif)
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