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