Using a GridView with an extended BaseAdapter I am loading a collection of RelativeLayouts which contain an image and caption. When the user clicks on one of these items in the GridView, it should be removed from the grid and replaced by the items behind it.Using a GridView with an extended BaseAdapter I