I have a recyclerView with 100+ items. When user will open the activity containing the recyclerView, recyclerView's bottom should be visible without any scrolling effect. Directly last page of the adapter should be shown like whatsapp's chatting page.
I have tried by following way, but it is showing the scrolling effect when user opens the activity.
recyclerView.smoothScrollToPosition(list.size());