Android Paging3 – How to Auto Scoll to Bottom at Statup and When New Data is Added
In my sample app I use Paging3 to show a list of students (by page), I want the RecyclerView
to show the last page and auto-scroll-to-bottom. My setup is like this: