ABOUT ME

-

Today
-
Yesterday
-
Total
-
  • [안드로이드] RecyclerView 자연스럽게 자동 스크롤하는 방법
    카테고리 없음 2024. 4. 22. 09:35

    smoothScrollToPosition 함수 안에 적은 숫자에 따라

    아이템 번호로 자연스럽게 스크롤시켜주는 기능이다.

    // productRecyclerView는 바인딩된 변수이다.
    productRecyclerView.smoothScrollToPosition(0)

Designed by Tistory.