0

I have an activity A , and there are 2 fragments associated with this activity, lets us call them F1 and F2. Now there is a fragment switch between these fragments, so in this case is the onResume() activity lifecycle event of activity A called ?

1 Answers1

0

No. Activity's state will not change during a fragment transaction.

just
  • 1,900
  • 4
  • 25
  • 46