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