Solved

In Order to Perform a Shared Element Transition, We Need

Question 51

Multiple Choice

In order to perform a shared element transition, we need to :


A) Specify the same android:id attribute to the 2 views (shared views) in both the entry/exit pair of activities. Both the shared views can be of different View types.
B) Specify the same android:id attribute to the 2 views (shared views) in both the entry/exit pair of activities. Both the shared views should be of the same View types.
C) Specify the same android:transitionName attribute to the 2 views (shared views) in both the entry/exit pair of activities. Both the shared views should be of the same View types.
D) Specify the same android:sharedTransition attribute to the 2 views (shared views) in both the entry/exit pair of activities. Both the shared views should be of the different View types.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions