You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 2, 2018. It is now read-only.
Currently ViewPool uses view.getClass() so all root views should have different classes.
This does not good if you want to use view types with same layout, like RelativeLayout.
I think it is more convenient if it has interface similar to ListAdapter#getItemViewType(int). SectionedAdapter#getItemViewType(FreeFlowItem) or view.getTag(FREE_FLOW_VIEW_TYPE) is also convenient.