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
- CustomView
- ViewModel
- AppBarLayout
- Algorithm
- LiveData
- onMeasure
- Android
- BOJ
- 알고리즘
- onLayout
- Coroutine
- sqlite
- 알림
- DataBinding
- activity
- kotlin
- lifecycle
- View
- hilt
- room
- Behavior
- CollapsingToolbarLayout
- Navigation
- notification
- 백준
- HTTP
- recyclerview
- CoordinatorLayout
- 코틀린
- 안드로이드
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