I am using recylerview in my application and whenever new element is added to recyclerview, it scrolls to last element by using
recyclerView.scrollToPosition
recyclerView.smoothScrollToPosition(recyclerView.getAdapter().getItemCount());