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

CollapsingToolbarLayout이 CollapseMode인지 아닌지 Handling하기 binding.nestedScrollView.setOnScrollChangeListener { v, scrollX, scrollY, oldScrollX, oldScrollY -> if (scrollY >= binding.toolbar.height && oldScrollY = binding.toolbar.height){ Log.d("COORDINATOR", "EXPANDED") } } Floati..
Android (안드로이드)/CoordinatorLayout
2021. 1. 27. 01:52