Fragment in backstack can be killed by something like proccess ?
If the answer is Yes, I have two more questions.
- what will happen when I return to already-killed Fragment in backstack ?
- Is it able to intentionally cause such situation ? (For testing my implementation)
fragment backstack is killed when the activity is finished, because every fragment is related to the activity that create it