I need to add divider between two elements in my RecyclerView, but not between every two elements, only between one.
OK, I will explain you in better way.
I have two groups of elements, and I need to make some kind of custom divider between them.
How can I achieve this in the most optimized way. I have idea to change ItemLayout and add splitter, but I don't think that this option will be fast enough.