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