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
First of all thanks for providing this adapter, it works quite well with our current setup that requires view recycling in a PagerView.
I've got one question though regarding an issue we're having trouble tracking down. We've got an adapter with multiple view types. The issue is that the onClickListener set on one of the children of the views only fires after tapping and swiping to the next element.
This happens for the 3rd and 4th recycled view of the same view type and the problem disappears once we've swiped through the whole dataset.
I've tried switching the RecyclingPagerAdapter with another, basic subclass of PagerAdapter and the issue disappears.
Any pointers on debugging this?
The text was updated successfully, but these errors were encountered:
Hi Jake,
First of all thanks for providing this adapter, it works quite well with our current setup that requires view recycling in a PagerView.
I've got one question though regarding an issue we're having trouble tracking down. We've got an adapter with multiple view types. The issue is that the onClickListener set on one of the children of the views only fires after tapping and swiping to the next element.
This happens for the 3rd and 4th recycled view of the same view type and the problem disappears once we've swiped through the whole dataset.
I've tried switching the RecyclingPagerAdapter with another, basic subclass of PagerAdapter and the issue disappears.
Any pointers on debugging this?
The text was updated successfully, but these errors were encountered: