For example,
I have main.xml containg the parent view
then I have preview.xml containing another view (on another perspective, we can call it a child view)
Once, I loaded the child view, it displays all objects/elements stored within preview.xml, along with a "Close" button.
Now, How do I kill or destroy this child View? My intention is to NOT reload the parent view, but instead just show the idle or current state of this parent View.
P.S. Assuming both Views are on the same Activity.


