Is it possible to determine with which fragment the activity was started. For example, I have an activity, and several fragments, I need to return from the last fragment to the first, is it possible to implement it.
Is it possible to achieve this without using Android Navigation, Cicerone and etc.
Note: the first fragment may no longer be in the backstack