I need a gallery to be able to hold up to thirty custom views. These views need to added or removed whenever, they also need to be able to be display in a display bow beneath the gallery. How do I do this? I looked at the doc file for arrayadapter but it requires me to use a reference Id for each view I add, but each view is all java coded. Should I just use setId upon creation of the view and just throw that id into the array adapter, or is there a way to create one without using resource id's?
Thanks Aedon