问题
I have four type of different data with different view type like the below image . but that is not a problem problem is the data will came from different api. My question is how to combine them in a single adapter because i need to use lazy loading .so I cant load whole data at a time so i need to call the different type of api like : goallist api , aprisaList api , post Api etc. When user scroll. any one can give me a idea with example . How can i handle that ? Also when user will scroll it will call another api likeCount and comment count also.
来源:https://stackoverflow.com/questions/53730109/how-to-show-multiple-data-soruce-data-in-single-recycle-view-or-adapter