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

RecyclerView 제한된 화면에 여러가지 데이터를 리스트 형식으로 표현하는 뷰이다. ListView보다 성능이 좋으며 다양한 LayoutManager를 제공하므로 다양한 형식의 리스트로 데이터를 표현할 수 있다. 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" } 장점 DataBinding과 MVVM 패턴을 활용하여 다양한 데이터의 형식..
Android (안드로이드)/RecyclerView
2021. 1. 10. 00:48