I have a chat-like activity where I am using a RecyclerView with a PagedListAdaper to load a bunch of messages. I\'m using a PositionalDataSource to load the data. The loading i
You can disable the item animations.
mRecyclerView.setItemAnimator(null);