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