Closed Qoderapps closed 7 years ago
Of course, it is possible. Override method getSectionItemViewType(section, position) and make sure you provide different view type identifiers than the used for headers and footers.
Thanx :) I expected something like this but didn's see it. Great library btw.
Thanks for your feedback!
I see that you are using itemTypes for the footers and headers. I'd like to have a section using other viewHolder type. I haven't digged enough to be sure that another type is possible.
public int getItemViewType(int position);
Is there a way to get section index inside this method?