Skip to content

Is there any sample code about cross activities from recyclerview to viewpager? #91

@xanahopper

Description

@xanahopper

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions