Rob
07/09/2021, 8:41 PMRob
07/09/2021, 8:45 PMRob
07/09/2021, 8:46 PMIan Lake
07/09/2021, 10:01 PMRob
07/09/2021, 10:03 PMRob
07/09/2021, 10:12 PMRob
07/09/2021, 10:14 PMIan Lake
07/09/2021, 10:18 PMViewCompositionStrategy.DisposeOnViewTreeLifecycleDestroyed
when in a fragmentRob
07/09/2021, 10:18 PMIan Lake
07/09/2021, 10:21 PMIan Lake
07/09/2021, 10:21 PMRob
07/09/2021, 10:22 PMRob
07/09/2021, 10:22 PMIan Lake
07/09/2021, 10:23 PMRob
07/09/2021, 10:23 PMRob
07/09/2021, 10:23 PMIan Lake
07/09/2021, 10:24 PMIan Lake
07/09/2021, 10:25 PMIan Lake
07/09/2021, 10:26 PMRob
07/09/2021, 10:33 PMIan Lake
07/09/2021, 10:39 PMAnimation
(introduced in API 1, what you're using) and Animator
(introduced in API 11 as a replacement for Animation
which is what Navigation, Transitions, and everything else uses). Animator
is the only one that does the detaching behavior.Ian Lake
07/09/2021, 10:40 PMnavigation-ui
as a dependency, try it with R.animator.nav_default_enter_anim
and the other public `Animator`s it providesIan Lake
07/09/2021, 10:41 PMenter
, exit
, pop_enter
, and pop_exit
)Rob
07/09/2021, 10:42 PMIan Lake
07/09/2021, 10:47 PMAnimation
that make it a terrible choice in generalIan Lake
07/09/2021, 10:47 PMTransition
system is built on Animator
Rob
07/09/2021, 10:57 PMManuel Vivo
07/12/2021, 7:06 AM