I wanted to know if there is any way to use shared elements between an activity/fragment and a dialog?
I have a project which contains dialogs and I want to make a transition between an ImageView in Activity's view hierarchy to the relevant ImageView in my GalleryDialog.
I searched a bit and found this link:
Shared element transition with Dialog Activity
which describes the workflow for using dialog themed activity. I was wondering if I could do it without using an extra activity and passing data with intent to that activity.