Android - Working on android shared element transition.Ive a activity A having list with images and a Fragment F .How to invoke shared transition for image in activity A to fragment F.
Asked
Active
Viewed 3,420 times
5
-
If Fragment F, as I guess, is inside Activity A, it should be an easy task. – Phantômaxx Oct 22 '16 at 10:32
-
2 separate classes – sridevi Oct 22 '16 at 10:33
-
OK. And WHERE is Fragment F physically appearing? Inside Activity A. – Phantômaxx Oct 22 '16 at 10:34
-
inside Activity A – sridevi Oct 22 '16 at 10:40
-
Check [this answer](https://stackoverflow.com/a/38974659/2590478) – MidasLefko Aug 23 '18 at 06:49
-
hi did you find answer? – NehaK Oct 10 '18 at 11:45
-
Any news? Is it even possible? – Den Oct 21 '19 at 08:39
1 Answers
0
I have implemented it first time with help of some basic tutorials.I can provide you two links.Hope you can also implement easily..
Check below Links -
https://guides.codepath.com/android/Shared-Element-Activity-Transition
http://www.androidauthority.com/using-shared-element-transitions-activities-fragments-631996/

Aditi Parikh
- 1,522
- 3
- 13
- 34

Dinesh
- 482
- 9
- 20
-
it doesn't really describe how to pass shared element from activity to fragment – Andrew F Dec 18 '17 at 14:07
-