I'm wondering which method from MotionLayout may help me to re-create this animation the one you see a list of items.
The animation is the same as the image, you tap on an item of the list and the images "makes bigger" until it fits to the detail activity.
Is this necessary MotionLayout? Or it can be done with other ways? Because I've seen ActivityOptionsCompat transitions to do this but perhaps is old.
I've seen SharedElements and perhaps this is what I need but I'd like to see an example of this.
Note
Both are Activities (ListActivity --> DetailActivity)