I have seen a lot of examples of Activity
To Activity
or Fragment
to Fragment
shared element transitions on the internet.
However not one Activity
to Fragment
one. Neither do the android docs encourage/discourage or talk about such a scenario . I am also astonished as to why wasn't the need for this felt by other developers.
Is it not possible ? . Can't we share an element between an Activity A and a fragment inside it ? .
A common scenario is like I have a list of students on an Activity and upon clicking them I see a fragment with their details.