How To Create Parent-child Transition In Which List Item Lifts Out And Become Details Screen
How to create Parent-child transition in which list item lifts out and become details screen like shown in below picture:
Solution 1:
You can achieve this using sharedElementTransitions in android, you can have two fragments, master and detailFragment. This animation will be applied when you replace the fragment. For reference check out this link
https://medium.com/@bherbst/fragment-transitions-with-shared-elements-7c7d71d31cbb
Post a Comment for "How To Create Parent-child Transition In Which List Item Lifts Out And Become Details Screen"