android - Ending a Fragment -


Then I got to know how to open a section Here my plight is my elements (Periodic table element) that is next to my view when you select an element, it shows its information.

My problem is that I should be able to get rid of the view (we will call a piece of description) and remove it like this from a heap to a huge memory Do not back up.

When I am asked to change a new piece , how do I remove it from the stack?

/ Code>. This method also removes the view from the container that it has been attached to.

However, from the documents of the piece:

stopped: The section is not visible or the host activity has been stopped or the piece has been removed from the activity. But the back is added to the stack. A blocked piece is still alive (all state and member is maintained by the information system) However, it is no longer visible to the user and if executed then he will be killed.

If you have added that piece back to the heap, it is not going to kill until the activity is killed.

Comments