Answers for "alway show bottom of recyclerview list"

0

android recyclerview always scroll to bottom

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

Code answers related to "alway show bottom of recyclerview list"

Browse Popular Code Answers by Language