Hi Folks
In my project I'm using activity navigation host
In first Fragment 3 Textviews and 3 Buttons
Each button replace the Fragment and add it to back stack, each button move the user to specific Fragment.
The other fragments return data to the first Fragment using Result Listener, the returned data added in a TextView.
My problem is each transaction to any Fragment i lose the previous data in Textviews