alexvasilkov / GestureViews

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

Cross-activity from recyclerview to viewpager? #154

Closed deverhjj closed 4 years ago

deverhjj commented 4 years ago

FromActivity with Images RecyclerView transition to ToActivity with Image Viewer ViewPager.

It ends image blinking on activity start. How to solve it? Thanks!

alexvasilkov commented 4 years ago

Cross-activity animation is tricky, you have to synchronize positions in different activities and ensure that images loading library will instantly display the image in new activity.

I don't know what kind of a blinking issue you have since you didn't provide any code / images / videos. But please use #91 for this discussion. Meanwhile I'll close this issue as a duplicate, unless you believe there is a bug in the library itself and not in particular usage.