alexvasilkov / alexvasilkov/GestureViews
Is there any sample code about cross activities from recyclerview to viewpager?
Open
question
- Dominant language
- Java
- Stars
- 2.4k
- Forks
- 391
- PR merge metrics
- No merged PRs in 30d
Description
Recently I try to implement a cross activities demo. But I found that the ToActivity will flash at the moment it finished().
I use a SimpleTracker to generate ViewTransitionAnimator like:
`GestureTransitions.from(fromRecyclerView, fromTracker).into(viewPager, pagerTracker)`
only different is that fromRecyclerView is in FromActivity and viewPager in ToActivity.
I try to hide/show origin ImageView like your sample code but pageAdapter.getViewHolder always return null. I don't know how to do it.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.