As we know we have option ListView.TRANSCRIPT_MODE_ALWAYS SCROLL
which will scroll to bottom.
The list will automatically scroll to the bottom, no matter what items are currently visible.
Now we are having RecyclerView
, does there any similar option of this in RecyclerView
?