Is it possible to make a general transition of an element from a fragment in the ViewPager inside the viewpager

I have Activity A that has a fragment containing a list of elements and this element contains an ImageView
when I click Item, I start Activity B, which contains the ViewPager of fragments, and inside each fragment there is a ViewPager that contains the images, what I want to do is to make the transition of the common element between the first ImageView in the list of elements and the first image that is displayed in viewpager of Images Activitya

ActivityB

+6
source share

Source: https://habr.com/ru/post/1014312/


All Articles