Two ArrayList one RecyclerView Adapter
问题 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 have one more List which has data with different layout. Like this Here is my method from where i am calling second arraylist into RecyclerAdapter public void TransferResultTo_Activity(List<Image_data_Wrapper> list) { Log.d(TAG,"Here is data Result From AsyncTask "+list.size()); getResult=list; Image_data_Wrapper Image