I have a chat screen where i can chat with other user, i am sending chat data (message,time and sender via List) to RecyclerAdapter which populate chat views with data.Now i
First you need to combine both array in single arraylist like.. firsArrlist.addAll(secondArrList);
and pass into recyclerview adapter and migrate with some flag and take another viewholder for particular flag to set that view in recyclerview.
And total count is must both firstArrlist.size + secondArrList.size