airbnb / epoxy

Epoxy is an Android library for building complex screens in a RecyclerView
https://goo.gl/eIK82p
Apache License 2.0
8.47k stars 731 forks source link

Swipe for carousel inside usual ViewHolder #1271

Open wasylews opened 2 years ago

wasylews commented 2 years ago

So, I have an old code with adapter and I need to add new carousel as one of the items.
I made custom view with carousel and page indicator. I used EpoxyTouchHelper to add swiping for the carousel, but onSwipeCompleted is not getting called.