I\'m trying to create a single activity app using android architecture components. I have a fragment A which has some textfields, when user pushes a button I navigate to fra
Basically you need to use ViewModel for manage lifecycle. Then after check this Android Architecture Components Advanced Navigation Sample