I am using recylerview in my application and whenever new element is added to recyclerview, it scrolls to last element by using
recyclerView.scrollToPosition
layoutManager.scrollToPositionWithOffset(chatMessageAdapter.getItemCount() - 1, 0);