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 Dec 8, 2020. It is now read-only.
I am trying the Scale layout manager, and there is a lot of performance issue.
For a list of 2 items, my onCreateViewHolder is called 6 times instead of 2 !
Items in viewpool are completly ignored too.
Someone have already encountered something like that ?