I have a series of imageviews that I want to display, but on a button press there needs to be less or more. These imageviews are stored in a list. Is there a simple way to hide or display them?
+2
A:
Using setVisibility
on your ImageView
s is probably the easiest way.
Quintin Robinson
2010-09-07 21:20:21