Fragment in backstack can be Killed?

192 Views Asked by At

Fragment in backstack can be killed by something like proccess ?
If the answer is Yes, I have two more questions.

  1. what will happen when I return to already-killed Fragment in backstack ?
  2. Is it able to intentionally cause such situation ? (For testing my implementation)
1

There are 1 best solutions below

0
On

fragment backstack is killed when the activity is finished, because every fragment is related to the activity that create it