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
- 공정능력
- Eclipse
- table
- IntelliJ
- Express
- JavaScript
- window
- MSSQL
- Kotlin
- mybatis
- plugin
- SPC
- Python
- mapreduce
- react
- R
- 보조정렬
- Android
- SSL
- GIT
- vaadin
- xPlatform
- tomcat
- Sqoop
- es6
- Spring
- hadoop
- Java
- NPM
- SQL
Archives
- Today
- Total
반응형
목록LinearSmoothScroller (1)
DBILITY
안드로이드 recyclerView scroll
private val smoothScroller: SmoothScroller by lazy { object : LinearSmoothScroller(binding.root.context) { override fun getVerticalSnapPreference(): Int { return SNAP_TO_START } } } activityMainRecyclerView.apply { layoutManager = LinearLayoutManager(root.context) layoutManager?.apply { smoothScroller.targetPosition = viewModel.items.value.size-1 startSmoothScroll(smoothScroller) } itemAnimator ..
android/kotlin
2024. 3. 11. 16:22
반응형