remove abstract method
Removes the view attached to this container at the specified index
.
If index
is not specified, the last View in the container will be
removed.
NOTE: In the process of removing the view, the view is also destroyed.
Implementation
void remove([int index = -1]);