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
Asked
Active
Viewed 1,368 times
7

tamtom
- 2,474
- 1
- 20
- 33
-
I am also finding its answer. if you have found plz let me know :) – Nauman Ash Dec 04 '17 at 06:01
-
Hi, this might help you. https://www.youtube.com/watch?v=SlmWd-45KtY – Hohenheim Jan 23 '18 at 06:38
1 Answers
-1
Refer this
Shared Element Activity Transition https://github.com/codepath/android_guides/wiki/Shared-Element-Activity-Transition
And
https://medium.com/@bherbst/fragment-transitions-with-shared-elements-7c7d71d31cbb#.iew5qq2op

Mayur Gangurde
- 1,552
- 12
- 22