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
- 알림
- Algorithm
- hilt
- BOJ
- View
- CoordinatorLayout
- DataBinding
- Navigation
- 코틀린
- 안드로이드
- recyclerview
- Behavior
- HTTP
- AppBarLayout
- activity
- ViewModel
- LiveData
- CustomView
- onLayout
- room
- sqlite
- notification
- Coroutine
- CollapsingToolbarLayout
- onMeasure
- Android
- 백준
- lifecycle
- 알고리즘
- kotlin
Archives
- Today
- Total
목록RecyclerView Swipe (1)
개발일지
Android in A..Z - Recyclerview (ItemTouchHelper)
ItemTouchHelper OnDragListener, GestureDetectors 등을 활요한 View에 다양한 제스처를 반응할 수 있지만 매우 복잡하다는 단점을 가지고 있다. RecyclerView에서는 쉽고 간편하게 제스처에 반응할 수 있도록 ItemTouchHelper를 제공한다. ItemTouchHelper.SimpleCallback ItemTouchHelper(object : ItemTouchHelper.SimpleCallback(ItemTouchHelper.UP or ItemTouchHelper.DOWN, ItemTouchHelper.LEFT or ItemTouchHelper.RIGHT) { override fun onMove(recyclerView: RecyclerView, viewHo..
Android (안드로이드)/RecyclerView
2021. 1. 10. 17:28