I am stuck with situation for resuming my fragment when I am coming back from another fragment.
Scenario :
I have a Fragment A
. Now I am opening multiple fragment with in Fragment A
say : A1, A2, A3 ...
using a frame layout.
Now I am initiating a new Fragment say Fragment B
from one of A1/A2/A3 ...
I am performing some action over Fragment B
and now when I Pop Out my Fragment B
then I am not able to get onResume() of Fragment A
Just need to get onResume() while I get back from Fragment B
Any help over this needed!
Highly appreciated!
Thanks.