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 |
Tags
- AppBarLayout
- Coroutine
- recyclerview
- activity
- onLayout
- notification
- Algorithm
- View
- sqlite
- hilt
- Navigation
- lifecycle
- Android
- BOJ
- LiveData
- 코틀린
- 백준
- ViewModel
- DataBinding
- CollapsingToolbarLayout
- 알고리즘
- CustomView
- onMeasure
- Behavior
- CoordinatorLayout
- 안드로이드
- 알림
- room
- kotlin
- HTTP
Archives
- Today
- Total
목록리싸이클러뷰 가로 (1)
개발일지
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/bh5qBT/btqS9ZUCtVy/uuxPptwbNrMLJ5ZSuKtBtk/img.png)
Layout Manager RecyclerView에 Layout을 관리하는 클래스이다. 종류 LinearLayoutManager : 수평, 수직으로 ViewHolder를 표현한다. GridLayoutManager : 격자판 형식으로 ViewHolder를 표현한다. StaggeredGridLayoutManager : 높이가 불규칙한 격자판 형식으로 ViewHolder를 표현한다. FlexBoxLayoutManager : 반응형으로 ViewHolder를 표현한다. LinearLayoutManager Programming recyclerview.layoutManager = LinearLayoutManager(context) // 수직 recyclerview.layoutManager = LinearLayoutM..
Android (안드로이드)/RecyclerView
2021. 1. 10. 04:25