I have a RecyclerView
with several items types. It looks like this:
Have you played with myRecView.getLayoutManager().setStackFromEnd(boolean)
?
If you can determine if the new item has been inserted after sorting above or below the visible part and in function of this call setStackFromEnd ()
with true or false maybe you can avoid the scroll.
I do not know if it will really work ....