Answers for "scroll to the bottom of recyclerview kotlin"

5

android recyclerview scroll to bottom

recyclerView.scrollToPosition(list.size - 1)

// this might be helpful 

layoutManager.reverseLayout = true
Posted by: Guest on September-08-2020

Code answers related to "scroll to the bottom of recyclerview kotlin"

Browse Popular Code Answers by Language