programmatically add item
Screen.addView(ImageView);
then do
Screem.revomeView(ImageView)
why after that the application occupied by the application (specifically the ImageView element) is not cleared?
If ImageView.setBackgroundResource(0); The picture disappears (which is logical), but the memory occupied again is not cleared.