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