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
As of version 1 of SwipesView, it will support one type of View at a time in the SwipesAdapter. This is mainly due to the fact that the internal view recycling currently expects one view type.
Expect a better implementation in version 2 :), probably using a ViewHolder Pattern similar to RecyclerView.ViewHolder.
The text was updated successfully, but these errors were encountered:
As of version 1 of SwipesView, it will support one type of View at a time in the SwipesAdapter. This is mainly due to the fact that the internal view recycling currently expects one view type.
Expect a better implementation in version 2 :), probably using a ViewHolder Pattern similar to RecyclerView.ViewHolder.
The text was updated successfully, but these errors were encountered: