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

Selection Tracker RecyclerView에서 Item을 선택하는 기능을 제공한다. ex) 갤러리에서 사진 여러개 선택 Dependency dependencies { implementation "androidx.recyclerview:recyclerview:1.1.0" // For control over item selection of both touch and mouse driven selection implementation "androidx.recyclerview:recyclerview-selection:1.1.0-rc03" } 기본구조 RecyclerView에서 Select이 발생하면 Select된 ViewHolder의 Id를 Selection에 기록하고, onBindViewHolde..
Android (안드로이드)/RecyclerView
2021. 1. 15. 04:19