7

I have Activity A that have a Fragment contains list of items and that item contains ImageView
when I click the Item I start Activity B that contains a ViewPager of fragments and inside each fragment there is a ViewPager that contains Images what I want to do is to make shared element transition between the first ImageView in the items list and the first image that shows in viewpager of Images ActivityA

ActivityB

tamtom
  • 2,474
  • 1
  • 20
  • 33