Using the navigation controller, we can navigate to another fragment easily but each time it will create new fragment
for eg navigate Fragment A --> B --> C then I pop fragment A then it will create new object of fragment A rather than resume to Fragment A.
I want this type of functionality using a navigation controller. How to resume Fragment from BackStack if exists