Answers for "android recyclerview always scroll to bottom"

0

android recyclerview always scroll to bottom

recyclerView.scrollToPosition(getAdapter().getItemCount()-1);
Posted by: Guest on February-24-2020

Code answers related to "android recyclerview always scroll to bottom"

Browse Popular Code Answers by Language