I add many ImageView
to HorizontalScrollView
, each ImageView
load image from internet. But screen only display 3 ImageView
.
I want to know what ImageView
is on screen because I want to remove image from another ImageView
that not display in screen.
Is there anyway to do that ?
Sorry for my bad English.