tags:

views:

45

answers:

1

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 ImageViews is probably the easiest way.

Quintin Robinson