alexvasilkov / GestureViews

ImageView and FrameLayout with gestures control and position animation
Apache License 2.0
2.37k stars 384 forks source link

are there any sample code about cross activities from recyclerview to viewpager? #149

Closed malikthebest closed 4 years ago

malikthebest commented 4 years ago

Is there any sample code about cross activities from recyclerview to viewpager? I'm looking to animate from one activity to another but unable to understand how to use animations

alexvasilkov commented 4 years ago

Sorry, there is no such example. Cross-activity animation is quite tricky, and when applied to "list to page" animation it becomes even more complicated, it will require to create a constant communication channel between two activities. I'm not planning to provide such an example in forseable future.

You can try to do it yourself by looking into provided examples for cross activity animation and for "list to pager" animation.