First of all I’d like to sorry if my question is dummy, I’m just starting my Android way and wasn’t able to find the answer to my question in google . I’d like to know whether Android os is able to kill only fragment(support fragment) without killing the actual activity that hold this fragment ? Thanks for your help and sorry if question is stupid !
Asked
Active
Viewed 77 times
0

starwarrior8809
- 361
- 1
- 10
-
kill the fragment means? what is your actual requirement? Please post some code of what you have tried till now – keshav kowshik Apr 02 '20 at 17:09
-
2The OS does not "kill" activities or fragments. The OS can and does terminate your process when it is in the background. – CommonsWare Apr 02 '20 at 17:13