A Hawkins
0
Q:

android recyclerview scroll to bottom

recyclerView.scrollToPosition(list.size - 1)

// this might be helpful 

layoutManager.reverseLayout = true
3
recyclerView.scrollToPosition(getAdapter().getItemCount()-1);
0

Tags

New to Communities?

Join the community