A demo of an approach to achieve shared element navigation using MvvmCross 5 and 6.
Link to original Stack Overflow question which includes simplified approach.
This repository contains three samples
- MvxCachingFragmentCompatActivity - A custom implementation demonstrating an approach to achieve shared element transitions. The sample makes use of a list that navigates to either an Activity or a Fragment showing how to achieve each type of transition. This approach supports MvvmCross version
5.0.0
to5.1.1
. - Attribute Presentation - A custom implementation demonstrating an approach using the updated Android presenters introduced in MvvmCross
5.2.0
. This approach supports MvvmCross version5.2.0
and greater. - Official Support - A sample implementation demonstrating an approach for MvvmCross version
6.0.0
and greater.