I've been looking at recyclerview lately and I'm not understanding the difference between multipleview with one adapter versus ConcatAdapter with each adapter having its own view.
Say for example I have a recyclerview with 5 differents views
Why multiple viewType over ConcatAdapter ?